aboutsummaryrefslogtreecommitdiffstats
path: root/math/cvc3
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 07:36:40 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 07:36:40 +0800
commit736ba1e7b3394f86195da6df293f1badc3dc06fd (patch)
treecaf481fc0fb12e9f5b4f7e105ea42f01f77c286a /math/cvc3
parent7244029e548a8568a25201a0e345fd4bc5e9ec5b (diff)
downloadfreebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.tar.gz
freebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.tar.zst
freebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.zip
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'math/cvc3')
-rw-r--r--math/cvc3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile
index 2a4c08581394..acf08a5d43d1 100644
--- a/math/cvc3/Makefile
+++ b/math/cvc3/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Automatic theorem prover for the SMT problem
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= --enable-dynamic \
--with-arith=gmp \