summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/plotutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 2a28108651c..825cf37fcb0 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/06/04 21:19:42 jschauma Exp $
+# $NetBSD: Makefile,v 1.23 2003/06/04 21:22:44 jschauma Exp $
#
DISTNAME= plotutils-2.4.1
@@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --enable-libplotter
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
+.include "../../mk/bsd.prefs.mk"
+
# this package works with and without X11, but if X11 is present, we need the
# necessary compile and ld flags
.if exists(${X11BASE})