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/prime | |
parent | 8c554165545375de00e9ef69a7846a34eed8867a (diff) |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=325755
Diffstat (limited to 'japanese/prime')
-rw-r--r-- | japanese/prime/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile index 25db9643ff54..15f53ff29e8b 100644 --- a/japanese/prime/Makefile +++ b/japanese/prime/Makefile @@ -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 |