diff options
Diffstat (limited to 'misc/rpm/Makefile')
-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 046c65e4dfa..d9bf92a9be2 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/11/01 16:00:40 itojun Exp $ +# $NetBSD: Makefile,v 1.24 2001/02/17 18:09:22 wiz Exp $ # DISTNAME= rpm-2.5.4 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.rpm.org/ +COMMENT= The Red Hat Package Manager BUILD_DEPENDS+= msgfmt:../../devel/gettext |