summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-29 02:21:56 +0000
committerjlam <jlam@pkgsrc.org>2000-07-29 02:21:56 +0000
commita50cf5b8a8f9801f8d3b1d0a0991c20551167498 (patch)
treeb21c0f5f7b78aff6e22363d6f17054f4b9ff4c55 /misc
parent912d8793519223bde9b5f70e3c8d8afd52e180bd (diff)
downloadpkgsrc-a50cf5b8a8f9801f8d3b1d0a0991c20551167498.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