summaryrefslogtreecommitdiff
path: root/misc/rpm
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-12-24 18:39:48 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-12-24 18:39:48 +0000
commit332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch)
tree9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /misc/rpm
parentRemove the old KerberosIV stuff and PAM-ize. (diff)
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=23999
Diffstat (limited to 'misc/rpm')
-rw-r--r--misc/rpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 84f05d59ba37..52f878a0c105 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
USE_GMAKE= yes
USE_AUTOCONF= yes