diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-10-28 12:06:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-10-28 12:06:26 +0000 |
commit | 936968aa91569ca95d134297ff5c4062fdba8214 (patch) | |
tree | 17969fe4b4305018304b8a70a073a2ff3a536d75 /misc | |
parent | 18a18226848e232d169e122082cf2b524f922293 (diff) | |
download | ports-936968aa91569ca95d134297ff5c4062fdba8214.tar.gz ports-936968aa91569ca95d134297ff5c4062fdba8214.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 7f1c6acee7d2..f8e17213293e 100644 --- a/misc/rpm/Makefile +++ b/misc/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 |