diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-21 22:50:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-21 22:50:29 +0000 |
commit | b50a4b0708948c5766fb92a70bfc082efa53857b (patch) | |
tree | 5f9e6219e9207f083ae5e2fff1302ed5967538ef /net-p2p/jigdo | |
parent | 6724089b21de676c367bbc41cca5651958d1b0f3 (diff) | |
download | ports-b50a4b0708948c5766fb92a70bfc082efa53857b.tar.gz ports-b50a4b0708948c5766fb92a70bfc082efa53857b.zip |
Notes
Diffstat (limited to 'net-p2p/jigdo')
-rw-r--r-- | net-p2p/jigdo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index c2f3ccbd413e..20c96cf71346 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -3,7 +3,7 @@ PORTNAME= jigdo PORTVERSION= 0.7.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/ @@ -15,7 +15,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget USES= gmake tar:bzip2 USE_SUBMAKE= yes GNU_CONFIGURE= yes -WITH_BDB_VER?= 43 CPPFLAGS+= -I${LOCALBASE}/include @@ -35,7 +34,7 @@ BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME} BDB_CONFIGURE_OFF= --without-libdb BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR} BDB_LIBS= -L${BDB_LIB_DIR} -BDB_USE= BDB=${WITH_BDB_VER} +BDB_USE= BDB=48+ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext |