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 /misc/rpm | |
parent | 9740f4f2a2937848763617cab19467f5846aaceb (diff) | |
download | ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.tar.gz ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.zip |
Notes
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 2 |
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 |