diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 19:46:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 19:46:54 +0800 |
commit | 2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38 (patch) | |
tree | 4d7c2d928bc64195e60de1e71fe1b58b1e0609b6 /japanese/libskk | |
parent | 48d9486ae5b31541db4efd4cf3d0639b579fa32a (diff) | |
download | freebsd-ports-gnome-2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38.tar.gz freebsd-ports-gnome-2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38.tar.zst freebsd-ports-gnome-2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38.zip |
Convert j* categories to USES=pkgconfig
Diffstat (limited to 'japanese/libskk')
-rw-r--r-- | japanese/libskk/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/libskk/Makefile b/japanese/libskk/Makefile index 32d97dea7f7a..c2e8502832ee 100644 --- a/japanese/libskk/Makefile +++ b/japanese/libskk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libskk -# Date created: 21 December 2011 -# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com> -# +# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com> # $FreeBSD$ -# PORTNAME= libskk PORTVERSION= 1.0.0 @@ -21,7 +17,7 @@ LIB_DEPENDS= gee:${PORTSDIR}/devel/libgee06 \ USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= intltool gnomehack -USE_PKGCONFIG= build +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share MAN1= skk.1 |