diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 4ae53c2ac1d..a18e310255d 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/24 00:03:47 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/24 00:08:39 dmcmahill Exp $ # DISTNAME= plotutils-2.4.1 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/} MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html +DEPENDS+= png>=1.0.6:../../graphics/png + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-libplotter |