diff options
author | itojun <itojun> | 2000-11-01 16:00:40 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-01 16:00:40 +0000 |
commit | 8fcf99b7c6d41e1f30da3786975d1b00ddfa6bd8 (patch) | |
tree | b73eab8128815769c2208b894bd3b0e3f6d333ae /misc/rpm | |
parent | b49215b59e625a8a941cbd578ecdffc00f1d075b (diff) | |
download | pkgsrc-8fcf99b7c6d41e1f30da3786975d1b00ddfa6bd8.tar.gz |
update gettext dependency. USE_LIBINTL + BUILD_DEPENDS devel/gettext.
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 8a8efd0d882..046c65e4dfa 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/09/10 12:02:48 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2000/11/01 16:00:40 itojun Exp $ # DISTNAME= rpm-2.5.4 @@ -9,10 +9,11 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.rpm.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBINTL= yes pre-install: ${MKDIR} ${PREFIX}/include/rpm |