diff options
Diffstat (limited to 'math/cloog')
-rw-r--r-- | math/cloog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cloog/Makefile b/math/cloog/Makefile index f015fee63768..ccf49fd33e96 100644 --- a/math/cloog/Makefile +++ b/math/cloog/Makefile @@ -12,8 +12,8 @@ COMMENT= Code generator in the polyhedral model LICENSE= LGPL21 -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libisl.so:${PORTSDIR}/devel/isl +LIB_DEPENDS= libgmp.so:math/gmp \ + libisl.so:devel/isl USE_LDCONFIG= yes USES= libtool |