diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/gri | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'math/gri')
-rw-r--r-- | math/gri/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index c164866d8eba..f766171e79bf 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Extensible plotting language for producing scientific graphs -LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf +LIB_DEPENDS= libnetcdf.so:science/netcdf USES= gmake readline shebangfix makeinfo SHEBANG_FILES= doc/examples/FEM.pl src/gri_merge src/gri_unpage @@ -38,7 +38,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES} -BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +BUILD_DEPENDS+= convert:graphics/ImageMagick .endif post-patch: |