diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-24 15:51:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-24 15:51:03 +0000 |
commit | c32bd6cd08edc430e74ef48d98b5f0c5c77317c7 (patch) | |
tree | ca8abc00c58ac273c3a9576bbbd4d2448b7e4db8 /japanese | |
parent | ea1e5489cd5b635f4a1778134b17ce36693c193c (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-tables/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/scim-tables/Makefile b/japanese/scim-tables/Makefile index ab5f7277b972..08474bd59afa 100644 --- a/japanese/scim-tables/Makefile +++ b/japanese/scim-tables/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-tables -# Date created: 22 May 2004 -# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> -# +# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca> # $FreeBSD$ -# PORTNAME= scim-tables PORTVERSION= 0.5.10 @@ -19,6 +15,7 @@ RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build .include <bsd.port.pre.mk> |