diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 06:50:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 06:50:06 +0000 |
commit | 9869a9c17ce63638d53f7ed8e5804aa886867e34 (patch) | |
tree | 3b2562e2d5582b01850d8ea25df87500abb7e9b1 /math/GiNaC | |
parent | d39931786179383669e2a2afe2d01a0a3d7b867e (diff) | |
download | ports-9869a9c17ce63638d53f7ed8e5804aa886867e34.tar.gz ports-9869a9c17ce63638d53f7ed8e5804aa886867e34.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-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 ea27ed27b7d9..44f1c2afc8eb 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ MAINTAINER= ports@FreeBSD.org USE_BZIP2= yes -LIB_DEPENDS= cln.1:${PORTSDIR}/math/cln +LIB_DEPENDS= cln:${PORTSDIR}/math/cln USE_LIBTOOL= yes GNU_CONFIGURE= yes |