Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 19:16:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326203 - head/japanese/libtomoe-gtk
Message-ID:  <201309031916.r83JGl5Z052580@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep  3 19:16:46 2013
New Revision: 326203
URL: http://svnweb.freebsd.org/changeset/ports/326203

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/japanese/libtomoe-gtk/Makefile

Modified: head/japanese/libtomoe-gtk/Makefile
==============================================================================
--- head/japanese/libtomoe-gtk/Makefile	Tue Sep  3 19:12:37 2013	(r326202)
+++ head/japanese/libtomoe-gtk/Makefile	Tue Sep  3 19:16:46 2013	(r326203)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ja-libtomoe-gtk
-# Date created:				18 Dec 2005
-# Whom:					Hajimu UMEMOTO <ume@FreeBSD.org>
-#
+# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libtomoe-gtk
 PORTVERSION=	0.6.0
@@ -19,7 +15,7 @@ LIB_DEPENDS=	tomoe.1:${PORTSDIR}/japanes
 
 USE_GNOME=	lthack gnomehack gtk20
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
 #OPTIONS=	GUCHARMAP	"Compile with gucharmap"		on



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