summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authortron <tron>2000-02-09 15:22:26 +0000
committertron <tron>2000-02-09 15:22:26 +0000
commit40dd05552e41d2fe050c7da488eb5b186947cae0 (patch)
tree3590afbaa6fcd1fd930edc0a2aa2b0c03df878fc /graphics/netpbm
parent1d384dc89baff2d5e0832aed05eac093ab63013c (diff)
downloadpkgsrc-40dd05552e41d2fe050c7da488eb5b186947cae0.tar.gz
Use wildcard dependence for "png" package.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile4
1 files changed, 2 insertions, 2 deletions
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}"