aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-12-25 02:39:48 +0800
committermharo <mharo@FreeBSD.org>1999-12-25 02:39:48 +0800
commit6732e58892144622578ef18a9ce32b3ae624f032 (patch)
treecffe8655b21fb7e485b88e43bce778b6a02fb9ed /archivers/rpm
parenta1aa7c31fe5eb626a0a93e1418b4a01dcef37e17 (diff)
downloadfreebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.gz
freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.zst
freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.zip
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'archivers/rpm')
-rw-r--r--archivers/rpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index 84f05d59ba37..52f878a0c105 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/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