diff options
author | tg <tg@FreeBSD.org> | 1998-10-28 12:06:26 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-10-28 12:06:26 +0000 |
commit | 708ad701810ad82bc1388549d9a79628d0c29b06 (patch) | |
tree | a177e77f287ec739e236dcdcf71607502f1b0dbb /archivers | |
parent | 9abc1aede0460e3ce0b239065d42b5780610b0ec (diff) | |
download | FreeBSD-ports-708ad701810ad82bc1388549d9a79628d0c29b06.zip FreeBSD-ports-708ad701810ad82bc1388549d9a79628d0c29b06.tar.gz |
Un-break. Don't build with i18n support.
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 7f1c6ac..f8e1721 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.14 1998/06/02 10:52:54 tg Exp $ +# $Id: Makefile,v 1.15 1998/10/13 04:21:00 jseger Exp $ # DISTNAME= rpm-2.5.1 @@ -13,13 +13,11 @@ MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ MAINTAINER= tg@FreeBSD.ORG - -BROKEN_ELF= yes - BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}" +CONFIGURE_ARGS= --disable-nls USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 |