aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
committermarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
commit7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch)
tree6e94333233053731622780aae8a8285e148ade96 /archivers/rpm
parentf687852f8f35b5067f8978d6405346545b01be3a (diff)
downloadfreebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.zst
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Diffstat (limited to 'archivers/rpm')
-rw-r--r--archivers/rpm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index 99c45201f00b..cef50f9783fb 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/rpm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= rpm
PORTVERSION= 3.0.6
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \
ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
@@ -15,12 +15,12 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= The Red Hat Package Manager
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER=14
USE_REINPLACE= yes