diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:41:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:41:48 +0000 |
commit | e5142e9cfd3f78d9d1ffe1aae3947fce3a567ed3 (patch) | |
tree | d2dfda49b2cd2d6991630e61b5cdfa2f21c217d1 /japanese/suikyo/Makefile | |
parent | 8c554165545375de00e9ef69a7846a34eed8867a (diff) |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=325755
Diffstat (limited to 'japanese/suikyo/Makefile')
-rw-r--r-- | japanese/suikyo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/suikyo/Makefile b/japanese/suikyo/Makefile index aad935a431dd..029992b88116 100644 --- a/japanese/suikyo/Makefile +++ b/japanese/suikyo/Makefile @@ -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 |