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 /lang/yap | |
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 'lang/yap')
-rw-r--r-- | lang/yap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index dbb5f525ebe5..cf5b29a88b27 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -15,7 +15,7 @@ DISTNAME= Yap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |