summaryrefslogtreecommitdiff
path: root/x11/xfce
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-31 04:14:04 +0000
committerjlam <jlam>2000-07-31 04:14:04 +0000
commit3683107d61299cc8eb0b63d326fd2811b9375b14 (patch)
tree72ded13deb8e9f6baefeef6c4366a2dec856fd8e /x11/xfce
parentb375eb153dcd72934159d2f988f204840b7068f1 (diff)
downloadpkgsrc-3683107d61299cc8eb0b63d326fd2811b9375b14.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 'x11/xfce')
-rw-r--r--x11/xfce/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile
index dfd6b006eb1..13614263015 100644
--- a/x11/xfce/Makefile
+++ b/x11/xfce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/07/15 20:39:28 agc Exp $
+# $NetBSD: Makefile,v 1.11 2000/07/31 04:14:13 jlam Exp $
DISTNAME= xfce-3.3.1
CATEGORIES= x11
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.xfce.org/archive/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.xfce.org/
-DEPENDS+= gettext-0.10.*:../../devel/gettext
+DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-1.9.*:../../graphics/imlib
DEPENDS+= xpm-3.4k:../../graphics/xpm