summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-06-04 21:22:44 +0000
committerjschauma <jschauma>2003-06-04 21:22:44 +0000
commitda0b9094e5141b75a3e954b9a1c68b877edd2ba6 (patch)
tree380741e9f3e68d051c7ee3e51c1c2ab031a5bdef /graphics/plotutils
parent2c4ea0c0d5ebf34a3c2e12ba58b2e7cd2cad4bed (diff)
downloadpkgsrc-da0b9094e5141b75a3e954b9a1c68b877edd2ba6.tar.gz
We need bsd.prefs.mk -- sheesh, I should go home.
Diffstat (limited to 'graphics/plotutils')
-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})