diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:21:00 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:21:00 +0000 |
commit | 3c298718bbdb44ac2802dea0e2c0c95501d5b921 (patch) | |
tree | 9e5c5f821665f81629398268cb861af452d35e06 /archivers/rpm | |
parent | 81d9e0e4c2b18230ae0b4da1cf53445136073446 (diff) |
Notes
Diffstat (limited to 'archivers/rpm')
-rw-r--r-- | archivers/rpm/Makefile | 5 |
1 files changed, 4 insertions, 1 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 |