summaryrefslogtreecommitdiff
path: root/archivers/rpm/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-23 16:55:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-23 16:55:26 +0000
commitcaa1da7eed7c424e30a1a99624fa270bea914b91 (patch)
tree0e10710f4c0ae4d0d6f64c2c13ab22ef317702a0 /archivers/rpm/Makefile
parentFix on -current. (diff)
Remove gettext-old dependency, which moves us kloser to nuking that outdated
piece of crap (only 5 packages depending on it remain).
Notes
Notes: svn path=/head/; revision=67067
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r--archivers/rpm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index 9f211621c8de..4e4e6ffb2cb2 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/rpm/Makefile
@@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \
MAINTAINER= nakai@FreeBSD.org
-BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
popt.0:${PORTSDIR}/devel/popt
.if !exists(/usr/bin/bzip2)
@@ -26,10 +25,9 @@ USE_AUTOMAKE_VER=14
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-glob
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl -liconv" \
- MSGFMT="${LOCALBASE}/bin/msgfmt-old" \
- XGETTEXT="${LOCALBASE}/bin/xgettext-old"
+ LIBS="-L${LOCALBASE}/lib -lintl -liconv"
INSTALLS_SHLIB= yes
+MAKE_ENV= OLD_PO_FILE_INPUT=1
MAN1= gendiff.1
MAN8= rpm.8 rpm2cpio.8