diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 16:25:56 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 16:25:56 +0000 |
commit | f2a0c3d054b9559544bceb5b69df191caa2a8f3b (patch) | |
tree | bb4150dfdc571ca894c7717238e6978989cbf554 /misc/rpm/Makefile | |
parent | e51dc157648cd2f8e1d25173f2b42a0c3b0ed077 (diff) | |
download | pkgsrc-f2a0c3d054b9559544bceb5b69df191caa2a8f3b.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r-- | misc/rpm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 52f2c3c0db8..ebe7f323518 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/10/20 23:19:40 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2002/12/01 16:25:58 salo Exp $ # DISTNAME= rpm-2.5.4 @@ -10,11 +10,12 @@ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.rpm.org/ COMMENT= The Red Hat Package Manager -CONFLICTS+= rpm2cpio<1.0nb1 - BUILD_USES_MSGFMT= yes +CONFLICTS+= rpm2cpio<1.0nb1 + USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_GMAKE= yes GNU_CONFIGURE= yes |