diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /math/cln | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) |
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361728
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 29608a96608e..be2196a20e7c 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ MAINTAINER= wen@FreeBSD.org COMMENT= Class Library for Numbers -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp USE_AUTOTOOLS= libtool USE_BZIP2= yes |