diff options
author | dmcmahill <dmcmahill> | 2000-08-24 00:08:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-24 00:08:39 +0000 |
commit | 33aac6e6b23aedc5becedc840d0e1d35b75a9462 (patch) | |
tree | 773813941d792acd20b1bb4dca5ff1804f065525 /graphics/plotutils | |
parent | 9dcbd1e58da97a5cd0d5ba2c60efd346d9c38a4c (diff) | |
download | pkgsrc-33aac6e6b23aedc5becedc840d0e1d35b75a9462.tar.gz |
add depends on png so we always get that functionality
Diffstat (limited to 'graphics/plotutils')
-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 |