summaryrefslogtreecommitdiff
path: root/math/gnuplot/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-04-16 18:37:06 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-04-16 18:37:06 +0000
commit02e86e29d4aa63a46ddbe0af67c4ae396fe92060 (patch)
treed27cc4b7ae63e1eb3565fac27f2a51de2433dad1 /math/gnuplot/Makefile
parentf179f5e6252e735b9360e28e95059fe23e5607a3 (diff)
Notes
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r--math/gnuplot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 59b1f31082b3..a7eadc0eddeb 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -17,15 +17,14 @@ COMMENT= A command-driven interactive function plotting program
GNU_CONFIGURE= yes
WANT_WX= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --with-kpsexpand \
+CONFIGURE_ARGS+=--with-kpsexpand \
--with-lasergnu \
--with-readline=gnu \
--without-linux-vga \
--without-lisp-files \
--without-tutorial
-BUILD_DEPENDS+=latex:${PORTSDIR}/print/teTeX-base
+BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base
OPTIONS= GD "Enable GD support" on \
PDF "Enable PDF support" on \