diff options
-rw-r--r-- | archivers/rpm/Makefile | 5 | ||||
-rw-r--r-- | misc/rpm/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 9d0f89721377..7f1c6acee7d2 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.13 1998/01/30 08:11:27 tg Exp $ +# $Id: Makefile,v 1.14 1998/06/02 10:52:54 tg Exp $ # DISTNAME= rpm-2.5.1 @@ -13,6 +13,9 @@ 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 diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 9d0f89721377..7f1c6acee7d2 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.13 1998/01/30 08:11:27 tg Exp $ +# $Id: Makefile,v 1.14 1998/06/02 10:52:54 tg Exp $ # DISTNAME= rpm-2.5.1 @@ -13,6 +13,9 @@ 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 |