diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-10 19:11:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-10 19:11:07 +0000 |
commit | 3bbeeaa44078b997ca844bc550c40334fdaf6b8e (patch) | |
tree | 9c62d3e17694963ddcb503ccbb246c390f221b10 /x11 | |
parent | 18f0f7f6817de40463327bef3b98d0d7e5326df4 (diff) | |
download | pkgsrc-3bbeeaa44078b997ca844bc550c40334fdaf6b8e.tar.gz |
be consistent on which version to wildcard
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk/Makefile | 4 | ||||
-rw-r--r-- | x11/kworldwatch/Makefile | 4 | ||||
-rw-r--r-- | x11/windowmaker/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 7c5e6847a27..02ecd1ba5a6 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 1999/11/22 11:23:41 agc Exp $ +# $NetBSD: Makefile,v 1.39 2000/01/10 19:11:10 hubertf Exp $ DISTNAME= gtk+-1.2.6 CATEGORIES= x11 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/ -DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= glib-1.2.*:../../devel/glib BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index b03cca3557b..5c69fa089e8 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/25 19:18:41 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/10 19:11:10 hubertf Exp $ # DISTNAME= kworldwatch-0.6 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org -DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= kde-1.1.2:../../x11/kde USE_X11BASE= YES diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index b1d00d6fc38..8eba48fb244 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 1999/10/09 20:29:17 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2000/01/10 19:11:10 hubertf Exp $ DISTNAME= WindowMaker-0.61.1 PKGNAME= windowmaker-0.61.1 @@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --enable-${OPTION} # are installed. # .if defined(LINGUAS) -BUILD_DEPENDS+= gettext-0.10.35:../../devel/gettext +BUILD_DEPENDS+= gettext-0.10.*:../../devel/gettext CONFIGURE_ARGS+= --enable-modelock CONFIGURE_ENV+= LINGUAS="${LINGUAS}" LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib # -lintl 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 |