Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 21:04:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326089 - in head: audio/gnuitar benchmarks/gtkperf comms/gnokii comms/grig devel/guiloader games/ggz-gtk-client games/kanatest graphics/dia graphics/gcolor2 graphics/gpicview graphics/...
Message-ID:  <201309022104.r82L41mw042270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 21:04:00 2013
New Revision: 326089
URL: http://svnweb.freebsd.org/changeset/ports/326089

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/gnuitar/Makefile
  head/benchmarks/gtkperf/Makefile
  head/comms/gnokii/Makefile
  head/comms/grig/Makefile
  head/devel/guiloader/Makefile
  head/games/ggz-gtk-client/Makefile
  head/games/kanatest/Makefile
  head/graphics/dia/Makefile
  head/graphics/gcolor2/Makefile
  head/graphics/gpicview/Makefile
  head/graphics/gqview/Makefile
  head/graphics/libexif-gtk/Makefile
  head/graphics/xmedcon/Makefile
  head/japanese/kasumi/Makefile
  head/java/sablevm-classpath/Makefile
  head/mail/thunderbird/Makefile
  head/print/cups-pk-helper/Makefile
  head/security/openvas-client/Makefile
  head/shells/viewglob/Makefile
  head/sysutils/lxinput/Makefile
  head/sysutils/lxtask/Makefile
  head/sysutils/polkit-gnome/Makefile
  head/textproc/xmlroff/Makefile
  head/www/firefox-esr/Makefile
  head/www/firefox/Makefile
  head/www/seamonkey/Makefile
  head/x11-fm/pcmanfm/Makefile
  head/x11-toolkits/vdk/Makefile
  head/x11-toolkits/wxgtk26/Makefile
  head/x11/lxrandr/Makefile

Modified: head/audio/gnuitar/Makefile
==============================================================================
--- head/audio/gnuitar/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/audio/gnuitar/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -10,6 +10,7 @@ MASTER_SITES=		SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The real-time guitar processor
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes

Modified: head/benchmarks/gtkperf/Makefile
==============================================================================
--- head/benchmarks/gtkperf/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/benchmarks/gtkperf/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -12,7 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Measure your system's GTK+ performance
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USES=		gmake
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 gnomeprefix
 

Modified: head/comms/gnokii/Makefile
==============================================================================
--- head/comms/gnokii/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/comms/gnokii/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSD
 
 GROUPS=		${PORTNAME}
 USE_BZIP2=	yes
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_CSTD=	gnu89
 WANT_GNOME=	yes

Modified: head/comms/grig/Makefile
==============================================================================
--- head/comms/grig/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/comms/grig/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/ha
 
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 
 MAN1=		grig.1
 

Modified: head/devel/guiloader/Makefile
==============================================================================
--- head/devel/guiloader/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/devel/guiloader/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -12,9 +12,8 @@ COMMENT=	A high-performance and compact 
 
 PROJECTHOST=	nothing-personal
 USE_BZIP2=	yes
-USES=        pathfix gettext
+USES=        pathfix gettext gmake pkgconfig
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-hidden-visibility
 USE_LDCONFIG=	yes

Modified: head/games/ggz-gtk-client/Makefile
==============================================================================
--- head/games/ggz-gtk-client/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/games/ggz-gtk-client/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -14,6 +14,7 @@ USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
 USE_GGZ=	client
+USES=		pkgconfig
 
 MAN6=	ggz-gtk.6
 

Modified: head/games/kanatest/Makefile
==============================================================================
--- head/games/kanatest/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/games/kanatest/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	kanatest
-# Date created:		2004-03-27
-# Whom:			S H A N <shanali@yahoo.com>
-#
+# Created by: S H A N <shanali@yahoo.com>
 # $FreeBSD$
-#
 
 PORTNAME=	kanatest
 PORTVERSION=	0.4.8
@@ -14,8 +10,7 @@ MASTER_SITES=	http://clayo.org/kanatest/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Japanese kana (Hiragana and Katakana) simple flashcard tool
 
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20 libxml2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes

Modified: head/graphics/dia/Makefile
==============================================================================
--- head/graphics/dia/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/graphics/dia/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -16,7 +16,7 @@ COMMENT=	Diagram creation program, simil
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt \
 		libpng15.so:${PORTSDIR}/graphics/png
 
-USES=		desktop-file-utils gettext gmake pathfix
+USES=		desktop-file-utils gettext gmake pathfix pkgconfig
 USE_XZ=		yes
 USE_GNOME=	gtk20 gnomeprefix libxslt libartlgpl2 intlhack
 INSTALLS_ICONS=	yes

Modified: head/graphics/gcolor2/Makefile
==============================================================================
--- head/graphics/gcolor2/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/graphics/gcolor2/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gcolor2
-# Date created:		18 April 2005
-# Whom:			Piotr Smyrak, piotr.smyrak@heron.pl
-#
+# Created by: Piotr Smyrak, piotr.smyrak@heron.pl
 # $FreeBSD$
-#
 
 PORTNAME=	gcolor2
 PORTVERSION=	0.4
@@ -14,6 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ps.ports@smyrak.com
 COMMENT=	A simple GTK+ 2.0 color selector
 
+USES=		pkgconfig
 USE_GNOME=	gtk20 gnomeprefix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/gpicview/Makefile
==============================================================================
--- head/graphics/gpicview/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/graphics/gpicview/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -11,7 +11,7 @@ COMMENT=	Simple and Fast Image Viewer fo
 
 LICENSE=	GPLv2
 
-USES=		desktop-file-utils gmake
+USES=		desktop-file-utils gmake pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \

Modified: head/graphics/gqview/Makefile
==============================================================================
--- head/graphics/gqview/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/graphics/gqview/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -12,6 +12,7 @@ COMMENT=	Another gtk2-based graphic file
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
+USES=		pkgconfig
 USE_GNOME=	gnomehier gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/libexif-gtk/Makefile
==============================================================================
--- head/graphics/libexif-gtk/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/graphics/libexif-gtk/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif
 
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	autoconf libtool
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/xmedcon/Makefile
==============================================================================
--- head/graphics/xmedcon/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/graphics/xmedcon/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -25,6 +25,7 @@ INTERFILE_DESC=	With InterFile 3.3
 INW_DESC=	With INW (RUG)
 
 USE_BZIP2=	yes
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/xmedcon \
 		--enable-llcheck

Modified: head/japanese/kasumi/Makefile
==============================================================================
--- head/japanese/kasumi/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/japanese/kasumi/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME}/41436
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	A dictionary management tool for anthy
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehier gtk20
 LIB_DEPENDS=	anthy.1:${PORTSDIR}/japanese/anthy
 

Modified: head/java/sablevm-classpath/Makefile
==============================================================================
--- head/java/sablevm-classpath/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/java/sablevm-classpath/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	jikes:${PORTSDIR}/java/jikes
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 USE_XORG=	x11 ice xtst sm
 WANT_GNOME=	yes

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/mail/thunderbird/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -31,7 +31,7 @@ QT_NONSTANDARD=	yes
 ALL_TARGET=	default
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GL=		gl
 
 MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data,wyciwyg,websocket

Modified: head/print/cups-pk-helper/Makefile
==============================================================================
--- head/print/cups-pk-helper/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/print/cups-pk-helper/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	cups-pk-helper
-# Date created:		2009-12-29
-# Whom:			Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $
 
@@ -19,9 +16,8 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/d
 		polkit.2:${PORTSDIR}/sysutils/policykit
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	intlhack gtk20
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/libs

Modified: head/security/openvas-client/Makefile
==============================================================================
--- head/security/openvas-client/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/security/openvas-client/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	openvas-client
-# Date created:		2008-04-27
-# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
-#
+# Created by: Tomoyuki Sakurai <cherry@trombik.org>
 # $FreeBSD$
-#
 
 PORTNAME=	openvas-client
 PORTVERSION=	2.0.4
@@ -17,7 +13,7 @@ COMMENT=	A GUI client for OpenVAS
 MAN1=		OpenVAS-Client.1 openvasclient-mkcert.1
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gtk20
 
 .include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"

Modified: head/shells/viewglob/Makefile
==============================================================================
--- head/shells/viewglob/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/shells/viewglob/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	viewglob
-# Date created:			06 Oct 2004
-# Whom:				Jean-Yves Lefort <jylefort@brutele.be>
-#
+# Created by: Jean-Yves Lefort <jylefort@brutele.be>
 # $FreeBSD$
-#
 
 PORTNAME=	viewglob
 PORTVERSION=	2.0.4
@@ -17,6 +13,7 @@ COMMENT=	A GTK+ add-on to bash and zsh
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
+USES=		pkgconfig
 USE_XORG=	x11
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes

Modified: head/sysutils/lxinput/Makefile
==============================================================================
--- head/sysutils/lxinput/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/sysutils/lxinput/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -9,12 +9,11 @@ MASTER_SITES=	SF/lxde/LXInput%20%28Kbd%2
 MAINTAINER=	nemysis@gmx.ch
 COMMENT=	Keyboard and mouse config tool from the LXDE project
 
-USES=		iconv
+USES=		iconv gmake pkgconfig
 USE_GNOME=	gtk20 intlhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
-USE_GMAKE=	yes
 
 MAN1=		lxinput.1
 

Modified: head/sysutils/lxtask/Makefile
==============================================================================
--- head/sysutils/lxtask/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/sysutils/lxtask/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -12,10 +12,9 @@ COMMENT=	Lightweight desktop-independent
 
 LICENSE=	GPLv2
 
-USES=		iconv
+USES=		iconv gmake pkgconfig
 USE_GNOME=	gtk20 intlhack
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS README TODO

Modified: head/sysutils/polkit-gnome/Makefile
==============================================================================
--- head/sysutils/polkit-gnome/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/sysutils/polkit-gnome/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -13,8 +13,7 @@ COMMENT=	GNOME frontend to the PolicyKit
 LIB_DEPENDS=	polkit-gobject-1:${PORTSDIR}/sysutils/polkit
 
 USE_XZ=		yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gnomehack gnomeprefix gtk20 intlhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/textproc/xmlroff/Makefile
==============================================================================
--- head/textproc/xmlroff/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/textproc/xmlroff/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack libgnomeprint libxslt \
 		libxml2 gtk20 glib20 pango
 USE_LDCONFIG=	yes

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/www/firefox-esr/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -34,7 +34,7 @@ QT_NONSTANDARD=	yes
 ALL_TARGET=	default
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GL=		gl
 NO_MOZPKGINSTALL=yes
 

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/www/firefox/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -33,7 +33,7 @@ QT_NONSTANDARD=	yes
 ALL_TARGET=	default
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GL=		gl
 USE_DOS2UNIX=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 NO_MOZPKGINSTALL=yes

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/www/seamonkey/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -25,7 +25,7 @@ USE_AUTOTOOLS=	autoconf213:env
 USE_PYTHON_BUILD=-2.7
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GECKO=	gecko
 WANT_GNOME=	yes
 USE_QT4=	# empty

Modified: head/x11-fm/pcmanfm/Makefile
==============================================================================
--- head/x11-fm/pcmanfm/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/x11-fm/pcmanfm/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	startup-notification-1:${PO
 
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_FAM=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/x11-toolkits/vdk/Makefile
==============================================================================
--- head/x11-toolkits/vdk/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/x11-toolkits/vdk/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -13,7 +13,7 @@ COMMENT=	C++ wrapper for GTK+ toolkit
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=        pathfix
+USES=        pathfix pkgconfig
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--enable-opt=no --enable-doc-html=no --enable-testvdk=no

Modified: head/x11-toolkits/wxgtk26/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk26/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/x11-toolkits/wxgtk26/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -18,7 +18,7 @@ LIB_DEPENDS+=	png15:${PORTSDIR}/graphics
 		expat.6:${PORTSDIR}/textproc/expat2\
 		mspack.1:${PORTSDIR}/archivers/libmspack
 
-USES=		iconv
+USES=		iconv pkgconfig
 USE_BZIP2=	yes
 USE_XORG=	x11 sm xxf86vm xinerama
 USE_GL=		glu

Modified: head/x11/lxrandr/Makefile
==============================================================================
--- head/x11/lxrandr/Makefile	Mon Sep  2 20:51:40 2013	(r326088)
+++ head/x11/lxrandr/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
@@ -11,11 +11,10 @@ COMMENT=	LXDE screen manager
 
 LICENSE=	GPLv2
 
-USES=		desktop-file-utils
+USES=		desktop-file-utils gmake pkgconfig
 USE_GNOME=	gtk20
 USE_XORG=	xrandr
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 
 MAN1=		lxrandr.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022104.r82L41mw042270>