diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:06:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:06:12 +0000 |
commit | 29e0fbaa3374c82fe9256a8623f3adba29d7c933 (patch) | |
tree | aaeea569fa897832e8d92e1b8acea3e255b138c7 /misc/rpm | |
parent | 26e6d6de88298a9fcabc9108282f895ac81895cb (diff) | |
download | pkgsrc-29e0fbaa3374c82fe9256a8623f3adba29d7c933.tar.gz |
we run netbsd on ${ARCH}
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 20455d1bc5e..fb288fe5295 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/13 14:56:02 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/10/27 01:06:12 hubertf Exp $ # New ports collection makefile for: rpm # Version required: 2.4.8 # Date created: 23 January 1997 @@ -17,6 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes +CONFIGURE_ARGS= ${ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 |