Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 21:27:54 +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: r326092 - in head: astro/celestia astro/starplot audio/extace audio/lxmusic audio/whysynth cad/pcb chinese/wenju comms/gpsk31 comms/xwota deskutils/dlume deskutils/gxmessage deskutils/m...
Message-ID:  <201309022127.r82LRs1O056335@svn.freebsd.org>

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

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/astro/celestia/Makefile
  head/astro/starplot/Makefile
  head/audio/extace/Makefile
  head/audio/lxmusic/Makefile
  head/audio/whysynth/Makefile
  head/cad/pcb/Makefile
  head/chinese/wenju/Makefile
  head/comms/gpsk31/Makefile
  head/comms/xwota/Makefile
  head/deskutils/dlume/Makefile
  head/deskutils/gxmessage/Makefile
  head/deskutils/mdh/Makefile
  head/devel/cutter/Makefile
  head/ftp/urlgfe/Makefile
  head/games/gtkpool/Makefile
  head/games/macopix/Makefile
  head/games/mt_gtk_client/Makefile
  head/games/xcowsay/Makefile
  head/games/xqf/Makefile
  head/math/matrices/Makefile
  head/net-im/ayttm/Makefile
  head/science/euler/Makefile
  head/x11-themes/gtk-flat-theme2/Makefile
  head/x11-themes/gtk-nodoka-engine/Makefile
  head/x11-themes/nimbus/Makefile
  head/x11-toolkits/libzvt/Makefile
  head/x11/gcb/Makefile
  head/x11/yad/Makefile

Modified: head/astro/celestia/Makefile
==============================================================================
--- head/astro/celestia/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/astro/celestia/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png
 
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_GL=		gl
 USE_LUA=	5.0+	# should be optional, but the build fails without it

Modified: head/astro/starplot/Makefile
==============================================================================
--- head/astro/starplot/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/astro/starplot/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://starplot.org/downlo
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	3-dimensional viewer for star charts
 
-USES=		gmake pathfix gettext
+USES=		gmake pathfix gettext pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/extace/Makefile
==============================================================================
--- head/audio/extace/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/audio/extace/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -12,7 +12,7 @@ COMMENT=	Audio visualization plugin for 
 
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3
 
-USES=        pathfix
+USES=        pathfix pkgconfig
 USE_GNOME=	esound gnomehier gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/lxmusic/Makefile
==============================================================================
--- head/audio/lxmusic/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/audio/lxmusic/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	xmmsclient:${PORTSDIR}/audio/xmms2 \
 		notify:${PORTSDIR}/devel/libnotify
 
-USES=		gmake desktop-file-utils
+USES=		gmake desktop-file-utils pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes

Modified: head/audio/whysynth/Makefile
==============================================================================
--- head/audio/whysynth/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/audio/whysynth/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	dssialsacompat:${PORTSDIR}/
 		fftw3:${PORTSDIR}/math/fftw3 \
 		fftw3f:${PORTSDIR}/math/fftw3-float
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	libtool

Modified: head/cad/pcb/Makefile
==============================================================================
--- head/cad/pcb/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/cad/pcb/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	m4>=1.4.11:${PORTSDIR}/deve
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_AUTOTOOLS=	autoconf
-USES=		gmake
+USES=		gmake pkgconfig
 USE_TK_RUN=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/chinese/wenju/Makefile
==============================================================================
--- head/chinese/wenju/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/chinese/wenju/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wenju
-# Date created:				18 Oct 2003
-# Whom:				Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
-#
+# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	wenju
 PORTVERSION=	1.6
@@ -14,6 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Collection of writing tools in Chinese
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes

Modified: head/comms/gpsk31/Makefile
==============================================================================
--- head/comms/gpsk31/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/comms/gpsk31/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	gpsk31
-# Date created:		2005-05-27
-# Whom:				Søren Straarup <xride@x12.dk>
-#
+# Created by: Søren Straarup <xride@x12.dk>
 # $FreeBSD$
 
 PORTNAME=	gpsk31
@@ -13,6 +10,7 @@ MASTER_SITES=	http://www.qsl.net/pg4i/do
 MAINTAINER=	xride@FreeBSD.org
 COMMENT=	A gtk psk31 client
 
+USES=		pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 

Modified: head/comms/xwota/Makefile
==============================================================================
--- head/comms/xwota/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/comms/xwota/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xwota
-# Date created:				September 13 2006
-# Whom:					Diane Bruce <db@db.net>
-#
+# Created by: Diane Bruce <db@db.net>
 # $FreeBSD$
-#
 
 PORTNAME=	xwota
 PORTVERSION=	0.4
@@ -16,8 +12,8 @@ MASTER_SITE_SUBDIR=	db
 MAINTAINER=	db@FreeBSD.org
 COMMENT=	X version of who is on the air
 
+USES=		gmake pkgconfig
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 

Modified: head/deskutils/dlume/Makefile
==============================================================================
--- head/deskutils/dlume/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/deskutils/dlume/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -10,7 +10,7 @@ MASTER_SITES=	${MASTER_SITE_TUCOWS}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK2 address book
 
-USES=        pathfix
+USES=        pathfix pkgconfig
 USE_GNOME=	gnomeprefix gtk20 libxml2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/deskutils/gxmessage/Makefile
==============================================================================
--- head/deskutils/gxmessage/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/deskutils/gxmessage/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -12,7 +12,7 @@ MAINTAINER=	avg@icyb.net.ua
 COMMENT=	GTK2 substitute for xmessage
 
 USE_GNOME=	gtk20 gnomeprefix
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 

Modified: head/deskutils/mdh/Makefile
==============================================================================
--- head/deskutils/mdh/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/deskutils/mdh/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mdh
-# Date created:				12 November 2003
-# Whom:					Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mdh
 PORTVERSION=	1.9.60
@@ -16,7 +12,7 @@ COMMENT=	GTK2-based toolbar, like a smal
 
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/devel/cutter/Makefile
==============================================================================
--- head/devel/cutter/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/devel/cutter/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/
 CPPFLAGS+=	"-I${LOCALBASE}/include"
 CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc
 GNU_CONFIGURE=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 USE_GNOME=	intltool gnomehack glib20 gtk20
 USE_LDCONFIG=	yes
 WANT_GSTREAMER=	yes

Modified: head/ftp/urlgfe/Makefile
==============================================================================
--- head/ftp/urlgfe/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/ftp/urlgfe/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	urlgfe
-# Date created:				8 January 2004
-# Whom:					Nosov Artem <chip-set@mail.ru>
-#
+# Created by: Nosov Artem <chip-set@mail.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	urlgfe
 PORTVERSION=	0.7.1
@@ -17,6 +13,7 @@ COMMENT=	A download manager
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
 USE_GNOME=	gtk20 lthack
+USES=		pkgconfig
 WANT_GNOME=	yes
 USE_OPENSSL=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/games/gtkpool/Makefile
==============================================================================
--- head/games/gtkpool/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/games/gtkpool/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	GTKPool
-# Date created:				31 Jul 2005
-# Whom:					Alexey Dokuchaev <danfe@FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gtkpool
 PORTVERSION=	0.5.0
@@ -15,7 +11,7 @@ MASTER_SITES=	ftp://ftp.seul.org/pub/gtk
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A 2D pool game using the GTK+ toolkit
 
-USES=		perl5
+USES=		perl5 pkgconfig
 USE_GNOME=	gtk20
 USE_PERL5=	build
 USE_GMAKE=	yes

Modified: head/games/macopix/Makefile
==============================================================================
--- head/games/macopix/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/games/macopix/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	macopix
-# Date created:				15 Apr 2003
-# Whom:					Shinya Esu <esu@yk.rim.or.jp>
-#
+# Created by: Shinya Esu <esu@yk.rim.or.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	macopix
 PORTVERSION=	1.7.4
@@ -34,8 +30,7 @@ RESTRICTED_FILES=	\
 		macopix-mascot-HxB-euc-ja-0.30.tar.gz
 
 WANT_GNOME=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 MAN1=		macopix.1

Modified: head/games/mt_gtk_client/Makefile
==============================================================================
--- head/games/mt_gtk_client/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/games/mt_gtk_client/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mt_gtk_client
-# Date created:		Sun 7 mar 2004
-# Whom:			thierry@pompo.net
-#
+# Created by: thierry@pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=		mt_gtk_client
 PORTVERSION=		0.1.98
@@ -20,7 +16,7 @@ RUN_DEPENDS=		${LOCALBASE}/share/cardpic
 
 USE_BZIP2=		yes
 GNU_CONFIGURE=		yes
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GNOME=		glib20 gtk20 libxml2
 
 .if !defined(WITHOUT_SERVER)

Modified: head/games/xcowsay/Makefile
==============================================================================
--- head/games/xcowsay/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/games/xcowsay/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -14,8 +14,7 @@ COMMENT=	A graphical configurable talkin
 OPTIONS_DEFINE=	DBUS
 
 USE_GNOME=	gtk20
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 MAN6=		xcowsay.6

Modified: head/games/xqf/Makefile
==============================================================================
--- head/games/xqf/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/games/xqf/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -13,8 +13,7 @@ COMMENT=	Server browser for many popular
 RUN_DEPENDS=	qstat:${PORTSDIR}/games/qstat
 
 USE_GNOME=	intlhack
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 MAN6=		xqf.6

Modified: head/math/matrices/Makefile
==============================================================================
--- head/math/matrices/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/math/matrices/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	matrices
-# Date created:				Oct. 29 - 2006
-# Whom:					Morten Slot Kristensen
-#
+# Created by: Morten Slot Kristensen
 # $FreeBSD$
-#
 
 PORTNAME=	matrices
 PORTVERSION=	1.0
@@ -14,6 +10,7 @@ MASTER_SITES=	http://mplus.dk/${PORTNAME
 MAINTAINER=	ontherenth@gmail.com
 COMMENT=	Matrix calculator (with both GUI & console-interface)
 
+USES=		pkgconfig
 USE_GNOME=	glib20 gtk20
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/${PORTNAME}

Modified: head/net-im/ayttm/Makefile
==============================================================================
--- head/net-im/ayttm/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/net-im/ayttm/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -24,7 +24,7 @@ USE_BZIP2=	yes
 USE_XORG=	xpm xscrnsaver
 USE_GNOME=	gtk20
 USE_OPENSSL=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_AUTOTOOLS=	libltdl libtool
 CONFIGURE_ARGS=	--enable-oscar --disable-workwizu --enable-smtp --enable-lj \
 		--disable-arts

Modified: head/science/euler/Makefile
==============================================================================
--- head/science/euler/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/science/euler/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -13,13 +13,10 @@ COMMENT=	Program computes with real and 
 
 LICENSE=	GPLv2
 
+USES=		pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
-
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/x11-themes/gtk-flat-theme2/Makefile
==============================================================================
--- head/x11-themes/gtk-flat-theme2/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/x11-themes/gtk-flat-theme2/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gtk-flat-theme2
-# Date Created:				14 March 2003
-# Whom:				 	Philip Paeps <philip@paeps.cx>
-#
+# Created by: Philip Paeps <philip@paeps.cx>
 # $FreeBSD$
-#
 
 PORTNAME=	gtk-flat-theme2
 PORTVERSION=	0.1
@@ -19,7 +15,7 @@ COMMENT=	A port of the Flat GTK+ engine 
 WRKSRC=		${WRKDIR}/gtk-flat-theme-2.0
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack gtk20
 
 .include <bsd.port.pre.mk>

Modified: head/x11-themes/gtk-nodoka-engine/Makefile
==============================================================================
--- head/x11-themes/gtk-nodoka-engine/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/x11-themes/gtk-nodoka-engine/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -15,7 +15,7 @@ ANIMATION_DESC=		Animation support
 ANIMATIONTOLEFT_DESC=	Animation from right to left
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 

Modified: head/x11-themes/nimbus/Makefile
==============================================================================
--- head/x11-themes/nimbus/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/x11-themes/nimbus/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nimbus
-# Date created:		2011-04-07
-# Whom:			Karsten Pedersen <kpedersen@opencde.org>
-#
+# Created by: Karsten Pedersen <kpedersen@opencde.org>
 # $FreeBSD$
-#
 
 PORTNAME=		nimbus
 PORTVERSION=		0.1.7
@@ -21,7 +17,7 @@ RUN_DEPENDS=		${LOCALBASE}/bin/gtk-demo:
 
 USE_BZIP2=		yes
 GNU_CONFIGURE=		yes
-USE_GMAKE=		yes
+USES=			gmake pkgconfig
 INSTALLS_ICONS=		yes
 USE_LDCONFIG=		yes
 USE_GNOME=		gtk20

Modified: head/x11-toolkits/libzvt/Makefile
==============================================================================
--- head/x11-toolkits/libzvt/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/x11-toolkits/libzvt/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -13,8 +13,7 @@ COMMENT=	Library components for Zed's Vi
 
 USE_BZIP2=	yes
 USE_XORG=	x11
-USE_GMAKE=	yes
-USES=		bison pathfix
+USES=		bison pathfix gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomeprefix gtk20 libartlgpl2

Modified: head/x11/gcb/Makefile
==============================================================================
--- head/x11/gcb/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/x11/gcb/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gcb
-# Date Created:				30 January 2006
-# Whom:					Nosov Artem <chip-set@mail.ru>
-#
+# Created by: Nosov Artem <chip-set@mail.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	gcb
 PORTVERSION=	0.2.8
@@ -16,6 +12,7 @@ MAINTAINER=	chip-set@mail.ru
 COMMENT=	A GTK+ tool for managing x11 cut-buffers
 
 HAS_CONFIGURE=	yes
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 

Modified: head/x11/yad/Makefile
==============================================================================
--- head/x11/yad/Makefile	Mon Sep  2 21:22:11 2013	(r326091)
+++ head/x11/yad/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
@@ -8,14 +8,13 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Display GNOME dialogs from the command line
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 CONFIGURE_ENV+=	DATADIRNAME=share
 
-
 MAN1=	yad.1
 
 OPTIONS_DEFINE=	NLS



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