Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 00:41:48 +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: r325755 - in head/japanese: prime suikyo
Message-ID:  <201308310041.r7V0fmGs042714@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug 31 00:41:48 2013
New Revision: 325755
URL: http://svnweb.freebsd.org/changeset/ports/325755

Log:
  Convert USE_GNOME=pkgconfig to USES=pkgconfig

Modified:
  head/japanese/prime/Makefile
  head/japanese/suikyo/Makefile

Modified: head/japanese/prime/Makefile
==============================================================================
--- head/japanese/prime/Makefile	Sat Aug 31 00:40:20 2013	(r325754)
+++ head/japanese/prime/Makefile	Sat Aug 31 00:41:48 2013	(r325755)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ja-prime
-# Date created:				6 Jun 2003
-# Whom:					Gen Otsuji<otsuji@users.sourceforge.jp>
-#
+# Created by: Gen Otsuji<otsuji@users.sourceforge.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	prime
 DISTVERSION=	1.0.0.1
@@ -23,7 +19,7 @@ USE_RUBY=		yes
 USE_RUBY_FEATURES=	iconv
 RUBY_WITH_PTHREAD=	yes
 
-USE_GNOME=		pkgconfig
+USES=			pkgconfig
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--with-rubydir=${RUBY_SITELIBDIR}
 USE_AUTOTOOLS=	automake autoconf

Modified: head/japanese/suikyo/Makefile
==============================================================================
--- head/japanese/suikyo/Makefile	Sat Aug 31 00:40:20 2013	(r325754)
+++ head/japanese/suikyo/Makefile	Sat Aug 31 00:41:48 2013	(r325755)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ja-suikyo
-# Date created:				6 Jun 2003
-# Whom:					Gen Otsuji<otsuji@users.sourceforge.jp>
-#
+# Created by: Gen Otsuji<otsuji@users.sourceforge.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	suikyo
 PORTVERSION=	2.1.0
@@ -15,7 +11,7 @@ MAINTAINER=	otsuji@users.sourceforge.jp
 COMMENT=	Romaji-Kana conversion Library for the prime
 
 USE_RUBY=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-rubydir=${RUBY_SITELIBDIR}
 USE_AUTOTOOLS=	automake autoconf



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