diff options
author | hubertf <hubertf> | 2000-01-10 19:11:07 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-01-10 19:11:07 +0000 |
commit | 9f23c77cc8b6a0f6a920fafd73708e25d7cbaf1c (patch) | |
tree | 9c62d3e17694963ddcb503ccbb246c390f221b10 /x11/xfce/Makefile | |
parent | b30e3684f336df844f78bdf7cd658800b90e52f5 (diff) | |
download | pkgsrc-9f23c77cc8b6a0f6a920fafd73708e25d7cbaf1c.tar.gz |
be consistent on which version to wildcard
Diffstat (limited to 'x11/xfce/Makefile')
-rw-r--r-- | x11/xfce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 16839894988..f69c5836343 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/23 00:05:19 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/10 19:11:10 hubertf Exp $ DISTNAME= xfce-3.1.2 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.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= xpm-3.4k:../../graphics/xpm |