aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnuplot
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-03-18 00:00:13 +0800
committerdes <des@FreeBSD.org>2008-03-18 00:00:13 +0800
commitcbdab7e0970211dd631441775be72640f115ae60 (patch)
tree2354fc9413edf526c54035a6363feff385db1134 /math/gnuplot
parent4d6898b04e2816daa24132e5784546f9a4c1fdad (diff)
downloadfreebsd-ports-gnome-cbdab7e0970211dd631441775be72640f115ae60.tar.gz
freebsd-ports-gnome-cbdab7e0970211dd631441775be72640f115ae60.tar.zst
freebsd-ports-gnome-cbdab7e0970211dd631441775be72640f115ae60.zip
USE_XLIB -> USE_XORG
Approved by: maintainer
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 3134458ee8ec..7dffd759f253 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.2.2
+PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -36,7 +37,7 @@ INFO= gnuplot
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_X11)
-USE_XLIB= yes
+USE_XORG= x11
PLIST_SUB+= X11=""
.else
CONFIGURE_ARGS+= --without-x
@@ -64,6 +65,7 @@ CONFIGURE_ARGS+= --with-pdf=${LOCALBASE}
.if defined(WITHOUT_PLOT)
CONFIGURE_ARGS+= --without-plot
.else
+USE_XORG+= xaw xmu xt xext
LIB_DEPENDS+= plot.4:${PORTSDIR}/graphics/plotutils
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
.endif