diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /devel/sfslite | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.zst freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'devel/sfslite')
-rw-r--r-- | devel/sfslite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile index 0889b34101c3..3deb0a8ab9ea 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -7,6 +7,7 @@ PORTNAME= sfslite PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://dist.okws.org/dist/ @@ -25,7 +26,7 @@ USE_BISON= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .else CONFIGURE_ARGS+=--with-gmp=/usr |