summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-29 02:21:56 +0000
committerjlam <jlam>2000-07-29 02:21:56 +0000
commit5415f6fbc963e0b9229ba2a2c50442640ad5a832 (patch)
treeb21c0f5f7b78aff6e22363d6f17054f4b9ff4c55 /misc
parentce7b375f125a060668ec52623875ba45c675b60e (diff)
downloadpkgsrc-5415f6fbc963e0b9229ba2a2c50442640ad5a832.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/Makefile4
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