diff options
Diffstat (limited to 'math/sympol')
-rw-r--r-- | math/sympol/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/sympol/Makefile b/math/sympol/Makefile index 4bc3c85b1174..c7fc1bbe9199 100644 --- a/math/sympol/Makefile +++ b/math/sympol/Makefile @@ -1,7 +1,7 @@ PORTNAME= sympol DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -11,9 +11,9 @@ WWW= https://www.math.uni-rostock.de/~rehn/software/sympol.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/lib/libbliss.a:math/bliss \ - permlib>0:math/permlib -LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ +BUILD_DEPENDS= permlib>0:math/permlib +LIB_DEPENDS= libbliss.so:math/bliss \ + libboost_program_options.so:devel/boost-libs \ libcddgmp.so:math/cddlib \ libgmp.so:math/gmp |