diff options
author | jschauma <jschauma> | 2003-06-04 21:22:44 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-06-04 21:22:44 +0000 |
commit | 707faed3992fa04f8d1ab61af9b0a4175fbca191 (patch) | |
tree | 380741e9f3e68d051c7ee3e51c1c2ab031a5bdef /graphics/plotutils | |
parent | cc3ff32edb86f6b9590a29d9b1cc06e34db382cb (diff) | |
download | pkgsrc-707faed3992fa04f8d1ab61af9b0a4175fbca191.tar.gz |
We need bsd.prefs.mk -- sheesh, I should go home.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 4 |
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}) |