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/surf/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'math/surf/Makefile')
-rw-r--r-- | math/surf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index 2cb6a24770e8..4482842ead21 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -12,8 +12,8 @@ COMMENT= Visualize some real algebraic geometry LICENSE= GPLv2 -LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS= libtiff.so:graphics/tiff \ + libgmp.so:math/gmp USES= jpeg USE_XORG= x11 xmu |