diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
commit | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch) | |
tree | 9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /archivers/rpm | |
parent | 9740f4f2a2937848763617cab19467f5846aaceb (diff) | |
download | ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.tar.gz ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.zip |
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 'archivers/rpm')
-rw-r--r-- | archivers/rpm/Makefile | 2 |
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 |