svn commit: r378784 - head/emulators/xsystem35
Jan Beich
jbeich at FreeBSD.org
Tue Feb 10 16:44:08 UTC 2015
Author: jbeich
Date: Tue Feb 10 16:44:07 2015
New Revision: 378784
URL: https://svnweb.freebsd.org/changeset/ports/378784
QAT: https://qat.redports.org/buildarchive/r378784/
Log:
Add and switch to GTK2 by default
Approved by: mentors (implicit)
Modified:
head/emulators/xsystem35/Makefile
Modified: head/emulators/xsystem35/Makefile
==============================================================================
--- head/emulators/xsystem35/Makefile Tue Feb 10 16:41:37 2015 (r378783)
+++ head/emulators/xsystem35/Makefile Tue Feb 10 16:44:07 2015 (r378784)
@@ -19,19 +19,27 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR
OPTIONS_DEFINE= ESOUND DOCS EXAMPLES
OPTIONS_DEFINE_i386= MMX
+OPTIONS_SINGLE= GUI
+OPTIONS_SINGLE_GUI= GTK1 GTK2
+OPTIONS_DEFAULT=GTK2
OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX}
ESOUND_USE= GNOME=esound
ESOUND_CONFIGURE_ON=--enable-audio=oss,esd --with-default-output=esd
+GTK1_USE= GNOME=gtk12
+GTK1_CONFIGURE_OFF=--with-glib-prefix=${NONEXISTENT} \
+ --with-gtk-prefix=${NONEXISTENT}
+GTK2_USE= GNOME=gtk20
+GTK2_USES= pkgconfig
MMX_BUILD_DEPENDS=nasm:${PORTSDIR}/devel/nasm
MMX_CONFIGURE_ENABLE=mmx
EXTRACT_AFTER_ARGS=--exclude libltdl
USES= gettext gmake libtool shebangfix
SHEBANG_FILES= contrib/instgame
-USE_GNOME= gtk12
USE_XORG= x11 xext xxf86vm
GNU_CONFIGURE= yes
+CONFIGURE_ENV= X_LIBS="-lX11"
CONFIGURE_ARGS= \
--with-cachesize=20 \
--disable-static \
More information about the svn-ports-all
mailing list