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 /graphics | |
parent | 18f0f7f6817de40463327bef3b98d0d7e5326df4 (diff) | |
download | pkgsrc-3bbeeaa44078b997ca844bc550c40334fdaf6b8e.tar.gz |
be consistent on which version to wildcard
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freetype/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-current/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/freetype/Makefile b/graphics/freetype/Makefile index 4922ac752c7..9c471f56c15 100644 --- a/graphics/freetype/Makefile +++ b/graphics/freetype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/10/28 00:38:43 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/01/10 19:11:08 hubertf Exp $ DISTNAME= freetype-1.2 CATEGORIES= graphics textproc @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.freetype.org/pub/freetype/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.freetype.org/ -DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext USE_X11= yes USE_LIBTOOL= yes diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index bd898bf1087..05fb8d565f3 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/11/30 15:17:24 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/10 19:11:09 hubertf Exp $ DISTNAME= gimp-1.1.13 CATEGORIES= graphics @@ -16,7 +16,7 @@ DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext USE_X11BASE= yes USE_GMAKE= yes |