summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-06 07:34:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-06 07:34:43 +0000
commit651f05826b19dd465a3317a793cb57a60915e583 (patch)
tree069c80aaf810b4413bcbd3c152964f26cb62f3fd
parentRemove gtk12 option: it depends on gtkglarea which has expired (diff)
Remove the MESA option that brings in the expired gtkglarea, anyway this option
wasn't in OPTIONS_DEFINE so no change here for users
Notes
Notes: svn path=/head/; revision=311746
-rw-r--r--lang/pike76/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 31ab341bf601..abe5c41e236f 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pike75
-# Date created: 05 Feb 2004
-# Whom: kiwi@oav.net
-#
+# Created by: kiwi@oav.net
# $FreeBSD$
-#
PORTNAME= pike76
PORTVERSION= 7.6.112
@@ -82,6 +78,7 @@ CONFIGURE_ARGS+= --without-debug \
--without-libglade-config \
--without-machine-code \
--with-relocatable-dumped-modules \
+ --without-GL --without-GLUT \
--prefix=${PREFIX}
MAKE_ARGS= CONFIGUREARGS="${CONFIGURE_ARGS}"
@@ -214,14 +211,6 @@ CONFIGURE_ARGS+= --without-sybase
PLIST_SUB+= SYBASE:="@comment "
.endif
-.if ${PORT_OPTIONS:MMESA}
-USE_GL= yes
-LIB_DEPENDS+= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
-CONFIGURE_ARGS+= --with-GL --with-GLUT
-.else
-CONFIGURE_ARGS+= --without-GL --without-GLUT
-.endif
-
INSTALL_TARGET= install_nodoc
pre-configure: