[Midnightbsd-cvs] mports [21250] trunk/graphics/libcaca/Makefile: just get rid of the slang option for now.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 22 19:12:07 EDT 2016


Revision: 21250
          http://svnweb.midnightbsd.org/mports/?rev=21250
Author:   laffer1
Date:     2016-03-22 19:12:07 -0400 (Tue, 22 Mar 2016)
Log Message:
-----------
just get rid of the slang option for now. it does not work

Modified Paths:
--------------
    trunk/graphics/libcaca/Makefile

Modified: trunk/graphics/libcaca/Makefile
===================================================================
--- trunk/graphics/libcaca/Makefile	2016-03-22 23:05:29 UTC (rev 21249)
+++ trunk/graphics/libcaca/Makefile	2016-03-22 23:12:07 UTC (rev 21250)
@@ -22,13 +22,14 @@
 		--disable-ruby \
 		--disable-python \
 		--disable-cppunit \
-		--disable-zzuf
+		--disable-zzuf \
+		--disable-slang
 INSTALL_TARGET=	install-strip
 
 DOCS=		AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \
 		NOTES README THANKS
 
-OPTIONS_DEFINE=	X11 IMLIB2 FTGL SLANG DOCS
+OPTIONS_DEFINE=	X11 IMLIB2 FTGL DOCS
 OPTIONS_DEFAULT=	X11 IMLIB2
 X11_DESC=	X11 and OpenGL support
 FTGL_DESC=	Freetype font rendering in OpenGL
@@ -37,9 +38,6 @@
 X11_CONFIGURE_OFF=	--disable-x11 --disable-gl
 IMLIB2_LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
 IMLIB2_CONFIGURE_ENABLE=	imlib2
-SLANG_LIB_DEPENDS=	libslang.so.2:${PORTSDIR}/devel/libslang2
-SLANG_CONFIGURE_ENABLE=	slang=${LOCALBASE}
-SLANG_CONFIGURE_OFF=	--disable-slang
 
 .include <bsd.mport.options.mk>
 



More information about the Midnightbsd-cvs mailing list