diff options
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index d83a63e83c8a..0d13a5880df0 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -14,7 +14,7 @@ COMMENT= C++ library for symbolic mathematical calculations LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln +LIB_DEPENDS= libcln.so:math/cln USES= gmake libtool makeinfo pathfix pkgconfig python:build tar:bzip2 GNU_CONFIGURE= yes |