svn commit: r325755 - in head/japanese: prime suikyo

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 31 00:41:49 UTC 2013


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 at users.sourceforge.jp>
-#
+# Created by: Gen Otsuji<otsuji at 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 at users.sourceforge.jp>
-#
+# Created by: Gen Otsuji<otsuji at users.sourceforge.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	suikyo
 PORTVERSION=	2.1.0
@@ -15,7 +11,7 @@ MAINTAINER=	otsuji at 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


More information about the svn-ports-all mailing list