aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-02-06 15:34:43 +0800
committerbapt <bapt@FreeBSD.org>2013-02-06 15:34:43 +0800
commit9cb78565c4d0cfed42b6d5483c15699ca2b0e854 (patch)
tree069c80aaf810b4413bcbd3c152964f26cb62f3fd /lang
parent7b0bb45198b3aa69fae1f246f5f65bc973a038d1 (diff)
downloadfreebsd-ports-gnome-9cb78565c4d0cfed42b6d5483c15699ca2b0e854.tar.gz
freebsd-ports-gnome-9cb78565c4d0cfed42b6d5483c15699ca2b0e854.tar.zst
freebsd-ports-gnome-9cb78565c4d0cfed42b6d5483c15699ca2b0e854.zip
Remove the MESA option that brings in the expired gtkglarea, anyway this option
wasn't in OPTIONS_DEFINE so no change here for users
Diffstat (limited to 'lang')
-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: