[Midnightbsd-cvs] mports [20799] trunk/editors/mousepad/Makefile: only support gtk2 for now
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 12 22:00:34 EST 2015
Revision: 20799
http://svnweb.midnightbsd.org/mports/?rev=20799
Author: laffer1
Date: 2015-11-12 22:00:33 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
only support gtk2 for now
Modified Paths:
--------------
trunk/editors/mousepad/Makefile
Modified: trunk/editors/mousepad/Makefile
===================================================================
--- trunk/editors/mousepad/Makefile 2015-11-13 02:59:27 UTC (rev 20798)
+++ trunk/editors/mousepad/Makefile 2015-11-13 03:00:33 UTC (rev 20799)
@@ -18,25 +18,8 @@
GNU_CONFIGURE= yes
USES= desktop-file-utils gettext gmake libtool pkgconfig perl5 tar:bzip2
-USE_GNOME= glib20 intltool intlhack
+USE_GNOME= glib20 intltool intlhack gtk20 gtksourceview2
-OPTIONS_DEFINE= GTK3
-OPTIONS_DEFAULT=
-GTK3_CONFIGURE_ENABLE= gtk3
-GTK3_USE= gnome=gtk30,gtksourceview3
-GTK3_USE_OFF= gnome=gtk20,gtksourceview2
-
GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml
-.include <bsd.mport.options.mk>
-
-.if ${PORT_OPTIONS:MGTK3}
-USE_GNOME+=gtk30,gtksourceview3
-CONFIGURE_ARGS+= --enable-gtk3
-LIB_DEPENDS+= libgtk-3.so:${PORTSDIR}/x11-toolkits/gtk30
-.else
-USE_GNOME+=gtk20,gtksourceview2
-LIB_DEPENDS+= libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20
-.endif
-
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list