diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-06 15:59:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-06 15:59:09 +0800 |
commit | 67143bc225b1347386be1f87d132b887602226d3 (patch) | |
tree | b1ae96041621da5b278f303628796e2cbe87da3d /chinese | |
parent | 6efd93d33e1b9da253b0c61d7ba66a1f4458c502 (diff) | |
download | freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.gz freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.zst freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.zip |
Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libchewing/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 41526684602f..3ed444ba8a09 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -11,9 +11,7 @@ COMMENT= The Chewing intelligent phonetic input method library INFO= libchewing -USE_GMAKE= yes -USE_GNOME= gnomehack -USE_PKGCONFIG= yes +USES= gmake pkgconfig pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_BZIP2= yes |