svn commit: r393796 - head/editors/mousepad

Olivier Duchateau olivierd at FreeBSD.org
Sun Aug 9 15:45:52 UTC 2015


Author: olivierd
Date: Sun Aug  9 15:45:51 2015
New Revision: 393796
URL: https://svnweb.freebsd.org/changeset/ports/393796

Log:
  Clean up options helper
  
  Obtained from:	Xfce devel repo

Modified:
  head/editors/mousepad/Makefile

Modified: head/editors/mousepad/Makefile
==============================================================================
--- head/editors/mousepad/Makefile	Sun Aug  9 15:22:11 2015	(r393795)
+++ head/editors/mousepad/Makefile	Sun Aug  9 15:45:51 2015	(r393796)
@@ -23,9 +23,7 @@ USE_GNOME=	glib20 intltool intlhack
 OPTIONS_DEFINE=	GTK3
 GTK3_CONFIGURE_ENABLE=	gtk3
 GTK3_USE=	gnome=gtk30,gtksourceview3
-GTK3_USES=	xfce:gtk3
 GTK3_USE_OFF=	gnome=gtk20,gtksourceview2
-GTK3_USES_OFF=	xfce
 
 GLIB_SCHEMAS=	org.xfce.mousepad.gschema.xml
 


More information about the svn-ports-all mailing list