diff options
author | hubertf <hubertf> | 1997-10-27 01:06:12 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-27 01:06:12 +0000 |
commit | 40314bc4a8ccc9d4a17885c1e8a37182e549ad62 (patch) | |
tree | aaeea569fa897832e8d92e1b8acea3e255b138c7 /misc | |
parent | db87ebd23930b70ddb03a00d1ddd3ce6299a3ab0 (diff) | |
download | pkgsrc-40314bc4a8ccc9d4a17885c1e8a37182e549ad62.tar.gz |
we run netbsd on ${ARCH}
Diffstat (limited to 'misc')
-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 |