diff options
author | jlam <jlam> | 2000-07-29 02:21:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-29 02:21:56 +0000 |
commit | d49876963ec7c59ac8a1de1314eeb7a938077e21 (patch) | |
tree | b21c0f5f7b78aff6e22363d6f17054f4b9ff4c55 /misc | |
parent | 024dd598791d0e72923adac9cabaafc4303e4b25 (diff) | |
download | pkgsrc-d49876963ec7c59ac8a1de1314eeb7a938077e21.tar.gz |
Change build dependency on gettext to a dependency, since gettext now
installs a shared libintl.so library.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index b841941cea0..e9a25f22da6 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/02/19 01:01:06 tv Exp $ +# $NetBSD: Makefile,v 1.20 2000/07/29 02:21:56 jlam Exp $ # DISTNAME= rpm-2.5.4 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.rpm.org/ -BUILD_DEPENDS+= ${LOCALBASE}/lib/libintl.a:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes |