diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-23 16:55:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-23 16:55:26 +0000 |
commit | caa1da7eed7c424e30a1a99624fa270bea914b91 (patch) | |
tree | 0e10710f4c0ae4d0d6f64c2c13ab22ef317702a0 /archivers | |
parent | 9535bfbeb6a6a698ca4e1619b2d71e16cfd1c9e9 (diff) | |
download | ports-caa1da7eed7c424e30a1a99624fa270bea914b91.tar.gz ports-caa1da7eed7c424e30a1a99624fa270bea914b91.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm/Makefile | 6 |
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 |