diff options
author | tron <tron@pkgsrc.org> | 2000-02-09 15:22:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-09 15:22:26 +0000 |
commit | 887dfa1b4e3ebbb7205c64dbf3cb3b514e821192 (patch) | |
tree | 3590afbaa6fcd1fd930edc0a2aa2b0c03df878fc | |
parent | 76644bb958f8e7f7857c30077991511b462ccea6 (diff) | |
download | pkgsrc-887dfa1b4e3ebbb7205c64dbf3cb3b514e821192.tar.gz |
Use wildcard dependence for "png" package.
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index da7619ab9a2..a8e034074df 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/23 00:05:16 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/09 15:22:28 tron Exp $ # DISTNAME= abi-${ABIWORD_VERS} @@ -13,7 +13,7 @@ HOMEPAGE= http://www.abisource.com/ BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:../../archivers/unzip DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png USE_X11= yes USE_GMAKE= yes diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index e1c434b57bf..aaa21320ca3 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/12/06 14:24:01 bouyer Exp $ +# $NetBSD: Makefile,v 1.16 2000/02/09 15:22:26 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.6 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.xemacs.org/ USE_XAW= yes DEPENDS+= gdbm-1.7.3:../../databases/gdbm -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 67e17846cb1..fdfefc76856 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 1999/11/22 10:38:35 agc Exp $ +# $NetBSD: Makefile,v 1.54 2000/02/09 15:22:28 tron Exp $ DISTNAME= ImageMagick-4.2.9 CATEGORIES= graphics @@ -10,7 +10,7 @@ HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff MIRROR_DISTFILE= no diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 960d60637e5..9f19933424e 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 1999/10/22 23:57:52 tron Exp $ +# $NetBSD: Makefile,v 1.43 2000/02/09 15:22:29 tron Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics @@ -15,7 +15,7 @@ HOMEPAGE= http://www.gimp.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 9849a50a6e0..3e27de0659a 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/01/04 02:05:44 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2000/02/09 15:22:30 tron Exp $ # DISTNAME= netpbm @@ -15,7 +15,7 @@ DISTFILES= netpbm-1mar1994.tar.gz \ MAINTAINER= packages@netbsd.org DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png WRKSRC= ${WRKDIR}/netpbm MAKE_ENV += PREFIX=${PREFIX} MANCP="${INSTALL_MAN}" |