diff options
author | pat <pat@FreeBSD.org> | 2002-07-06 14:12:00 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-06 14:12:00 +0800 |
commit | 3fa1f70b1591e8a95c8e034cba9b14c06f4b9370 (patch) | |
tree | 8f41f51b6584cfccea90d7842d6ee90dcb3b1f2a /devel/ppl | |
parent | 913c1c6aa33ba3c4bc1edc3491e63819977ba004 (diff) | |
download | freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.tar.gz freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.tar.zst freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.zip |
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento
Diffstat (limited to 'devel/ppl')
-rw-r--r-- | devel/ppl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index 84200852a57b..18f4b2c6f29f 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/${PORTVERSION}/ \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes GNU_CONFIGURE= yes |