summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-31 04:14:04 +0000
committerjlam <jlam@pkgsrc.org>2000-07-31 04:14:04 +0000
commitd0d079e75e9d3233a5b1269d6ab1d77fe348babc (patch)
tree72ded13deb8e9f6baefeef6c4366a2dec856fd8e /misc/rpm/Makefile
parent7fafe6f1f9ea510c5edb4dd99252cda966a4cc06 (diff)
downloadpkgsrc-d0d079e75e9d3233a5b1269d6ab1d77fe348babc.tar.gz
The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index e9a25f22da6..aa7260ce5c1 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/07/29 02:21:56 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2000/07/31 04:14:09 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/
-DEPENDS+= gettext-0.10.*:../../devel/gettext
+DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
GNU_CONFIGURE= yes
USE_GMAKE= yes