aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-04-14 06:42:34 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-04-14 06:42:34 +0000
commit83738685d288be92dfedff3d687f8081a7d9d1ea (patch)
tree0e3209d6f0304e866a263f60b4260f3539d90c30 /math/gnuplot
parentf5858b778020359d80cf4e5f6e7f085ceaee5385 (diff)
downloadports-83738685d288be92dfedff3d687f8081a7d9d1ea.tar.gz
ports-83738685d288be92dfedff3d687f8081a7d9d1ea.zip
. Restore correct OPTIONS handling broken in 4.2.0 update.
Pointy hat to: glewis
Notes
Notes: svn path=/head/; revision=189938
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 72f76f7ff231..8f6402be63a5 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -33,6 +33,8 @@ OPTIONS= GD "Enable GD support" on \
MAN1= gnuplot.1 lasergnu.1
INFO= gnuplot
+.include <bsd.port.pre.mk>
+
.if !defined(WITHOUT_X11)
USE_XLIB= yes
PLIST_SUB+= X11=""
@@ -84,4 +86,4 @@ post-install:
cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${DOCSDIR}/psdoc
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>