diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-28 13:38:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-28 13:38:14 +0000 |
commit | 5f9a110cb6cbbc7490fe6bb17f2988ccd5114eee (patch) | |
tree | ac4051935daf7e4aad8528a4a1463522435cc602 /graphics/gnuplot | |
parent | 5a8fed1a64d68b28f91c2f217d7c268941d20829 (diff) | |
download | pkgsrc-5f9a110cb6cbbc7490fe6bb17f2988ccd5114eee.tar.gz |
Add png support. Bump version to 3.7.1nb1. Requested in PR 18798.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 5acd08b8bee..caf1bd876ff 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2002/09/22 00:49:49 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/10/28 13:38:14 wiz Exp $ # DISTNAME= gnuplot-3.7.1 +PKGREVISION= 1 SVR4_PKGNAME= gplot CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \ @@ -15,4 +16,7 @@ USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-png + +.include "../../graphics/png/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |