diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-21 22:15:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-21 22:15:50 +0000 |
commit | 00b587183c7e2ab4d2a998c59a389fd0f9f9849c (patch) | |
tree | 929435d51b11b91239ffe9a4cf28fc9d2bd8e220 /math/gri | |
parent | 94f34d48c6edfc5d73611fd938069882bb86473f (diff) |
Notes
Diffstat (limited to 'math/gri')
-rw-r--r-- | math/gri/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index b3b4b1a0215f..bcf706ae43be 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -12,7 +12,7 @@ COMMENT= Extensible plotting language for producing scientific graphs LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf -USES= gmake readline shebangfix +USES= gmake readline shebangfix makeinfo SHEBANG_FILES= src/gri_merge src/gri_unpage GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-FreeBSD @@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= gri +USE_TEX= formats PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/gri bin/gri_merge bin/gri_unpage \ |