diff options
Diffstat (limited to 'devel/sfslite/Makefile')
-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 d617d6d486a0..52f8231c9249 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -7,13 +7,14 @@ PORTNAME= sfslite PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://dist.okws.org/dist/ MAINTAINER= ports@okws.org COMMENT= Standard version of the sfslite library -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp CONFIGURE_ARGS= --with-gmp=${LOCALBASE} |