aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-09 02:49:37 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-09 02:49:37 +0000
commit5aec51a29d453dd1619671d5678341e2a18c2436 (patch)
tree678a55dbddffd16fb55b2fa77743d3df186423d6 /math/plplot
parent7a65d663a5fafe6795b4c6211ce481288d02ea23 (diff)
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r--math/plplot/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 6afe2a2b209e..b69a0ec56e5c 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -74,13 +74,14 @@ CONFIGURE_ARGS+= --disable-python
PLIST_SUB+= PYTHON="@comment "
.endif
-#.if defined(WITH_GNOME)
-#.undef WITHOUT_X11
+.if defined(WITH_GNOME)
+.undef WITHOUT_X11
USE_GNOME= libgnomeprintui libgnomeui
PLIST_SUB+= GNOME=""
-#.else
-#PLIST_SUB+= GNOME="@comment "
-#.endif
+.else
+PLIST_SUB+= GNOME="@comment "
+CONFIGURE_ARGS+= --disable-gcw
+.endif
.if defined(WITH_TCLTK)
.undef WITHOUT_X11
@@ -110,7 +111,7 @@ pre-everything::
@${ECHO_MSG} " WITHOUT_X11=yes Turns off X11 support"
@${ECHO_MSG} " WITHOUT_PTHREAD=yes Turns off pthread support"
@${ECHO_MSG} " WITH_SVGALIB=yes Turns on SVGAlib support"
-# @${ECHO_MSG} " WITH_GNOME=yes Turns on GNOME driver support"
+ @${ECHO_MSG} " WITH_GNOME=yes Turns on GNOME driver support"
@${ECHO_MSG} " WITH_PYTHON=yes Turns on Python support"
@${ECHO_MSG} " WITH_TCLTK=yes Turns on Tcl/Tk support"
@${ECHO_MSG} ""