aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2007-04-14 14:42:34 +0800
committerglewis <glewis@FreeBSD.org>2007-04-14 14:42:34 +0800
commit6c484cde7080bd37329d17192444133b8b0f3e49 (patch)
tree1dd1d7ea8c07f716ea20abf82e1eb6a63d568e09 /math
parentf657db3fad2fb0a656b4a23cd33b0143019433cd (diff)
downloadfreebsd-ports-gnome-6c484cde7080bd37329d17192444133b8b0f3e49.tar.gz
freebsd-ports-gnome-6c484cde7080bd37329d17192444133b8b0f3e49.tar.zst
freebsd-ports-gnome-6c484cde7080bd37329d17192444133b8b0f3e49.zip
. Restore correct OPTIONS handling broken in 4.2.0 update.
Pointy hat to: glewis
Diffstat (limited to 'math')
-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>