mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Fix build with texlive and on system without makeinfo in base
This commit is contained in:
parent
94f34d48c6
commit
00b587183c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362508
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= Extensible plotting language for producing scientific graphs
|
||||||
|
|
||||||
LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
||||||
|
|
||||||
USES= gmake readline shebangfix
|
USES= gmake readline shebangfix makeinfo
|
||||||
SHEBANG_FILES= src/gri_merge src/gri_unpage
|
SHEBANG_FILES= src/gri_merge src/gri_unpage
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-FreeBSD
|
CONFIGURE_ARGS= --enable-FreeBSD
|
||||||
|
@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
INFO= gri
|
INFO= gri
|
||||||
|
USE_TEX= formats
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
PLIST_FILES= bin/gri bin/gri_merge bin/gri_unpage \
|
PLIST_FILES= bin/gri bin/gri_merge bin/gri_unpage \
|
||||||
|
|
Loading…
Add table
Reference in a new issue