summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-25 12:04:26 +0000
committerjlam <jlam>2003-01-25 12:04:26 +0000
commitad7ba32de2ae1fca4e1c62aff69a47a7dab893c5 (patch)
tree6e4a035ec96c1a7a3aeae2637533d252cdaf1cd8 /graphics/plotutils
parent07e6c5fc58de20ff9158614f47634ed90b271134 (diff)
downloadpkgsrc-ad7ba32de2ae1fca4e1c62aff69a47a7dab893c5.tar.gz
Use buildlink2.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r--graphics/plotutils/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index d8f8ae4e34b..ab4feefdbda 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/03/13 17:37:15 fredb Exp $
+# $NetBSD: Makefile,v 1.19 2003/01/25 12:04:26 jlam Exp $
#
DISTNAME= plotutils-2.4.1
@@ -10,16 +10,16 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
COMMENT= Programs and library for plotting scientific data
-DEPENDS+= png>=1.2.1:../../graphics/png
+USE_BUILDLINK2= yes
+USE_X11BASE= yes
+USE_CXX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
-# make sure configure finds png
-CPPFLAGS+= -I${LOCALBASE}/include
USE_LIBTOOL= yes
-USE_X11BASE= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
+.include "../../graphics/png/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"