summaryrefslogtreecommitdiff
path: root/graphics/ploticus
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ploticus')
-rw-r--r--graphics/ploticus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile
index 4ba610b4e0d..9f00a822c37 100644
--- a/graphics/ploticus/Makefile
+++ b/graphics/ploticus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/05/02 17:58:00 drochner Exp $
+# $NetBSD: Makefile,v 1.30 2005/06/01 18:02:57 jlam Exp $
DISTNAME= pl231src
PKGNAME= ploticus-2.31pl4
@@ -10,7 +10,6 @@ HOMEPAGE= http://ploticus.sourceforge.net/
COMMENT= Versatile data visualization engine
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_X11= yes
NO_CONFIGURE= yes
BUILD_TARGET= ploticus
@@ -38,5 +37,6 @@ do-install:
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"