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 /misc | |
parent | 18f0f7f6817de40463327bef3b98d0d7e5326df4 (diff) | |
download | pkgsrc-3bbeeaa44078b997ca844bc550c40334fdaf6b8e.tar.gz |
be consistent on which version to wildcard
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gperiodic/Makefile | 4 | ||||
-rw-r--r-- | misc/quicklist/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index 6e40dac7cb9..85b86048cba 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/23 00:05:17 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/10 19:11:09 hubertf Exp $ # DISTNAME= gperiodic-1.2.6 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://gperiodic.seul.org/ -DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes diff --git a/misc/quicklist/Makefile b/misc/quicklist/Makefile index 40bf0a03b3a..8f48aa4830c 100644 --- a/misc/quicklist/Makefile +++ b/misc/quicklist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/23 00:05:17 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/10 19:11:09 hubertf Exp $ # DISTNAME= quicklist-0.8.2 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.quicklist.org/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.quicklist.org/ -DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes |