svn commit: r419889 - head/x11/gtk-launch

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 19:08:11 UTC 2016


Author: ehaupt
Date: Mon Aug  8 19:08:09 2016
New Revision: 419889
URL: https://svnweb.freebsd.org/changeset/ports/419889

Log:
  Register missing USE* flags

Modified:
  head/x11/gtk-launch/Makefile

Modified: head/x11/gtk-launch/Makefile
==============================================================================
--- head/x11/gtk-launch/Makefile	Mon Aug  8 19:06:34 2016	(r419888)
+++ head/x11/gtk-launch/Makefile	Mon Aug  8 19:08:09 2016	(r419889)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtk-launch
 DISTVERSION=	1.1b
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11
 MASTER_SITES=	http://pierric.descamps.free.fr/pierric/downloads/ \
 		LOCAL/ehaupt
@@ -11,7 +11,9 @@ MASTER_SITES=	http://pierric.descamps.fr
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Fast GTK+ program launcher
 
+USES=		gettext-runtime
 USE_GNOME=	gtk12
+USE_XORG=	x11 xext xi
 
 PLIST_FILES=	bin/gtk-launch
 PORTDOCS=	INSTALL


More information about the svn-ports-head mailing list