diff options
author | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
commit | 6e7b5cf644158de0e1058472011e5e43a2964208 (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /misc/rpm | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 03310754ee8..f0a506ea7ba 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/15 10:38:37 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:36 agc Exp $ # DISTNAME= rpm-2.4.12 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ MAINTAINER= mycroft@NetBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:../../databases/gdbm GNU_CONFIGURE= yes CONFIGURE_ARGS+=${MACHINE_ARCH}--netbsd |