Date: Mon, 8 Aug 2016 19:08:09 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419889 - head/x11/gtk-launch Message-ID: <201608081908.u78J89Up018778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081908.u78J89Up018778>