diff options
-rw-r--r-- | lang/pike76/Makefile | 15 |
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: |