aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-06 05:29:26 +0800
committermarino <marino@FreeBSD.org>2014-07-06 05:29:26 +0800
commitf146fae40ec7d07c771c86fca266ff74999112c5 (patch)
treeaeeafa37bc8f6ad85192f79fca95ea6c352fe8c2 /japanese
parent362f25491cc587444267e33766067f771b414fda (diff)
downloadfreebsd-ports-gnome-f146fae40ec7d07c771c86fca266ff74999112c5.tar.gz
freebsd-ports-gnome-f146fae40ec7d07c771c86fca266ff74999112c5.tar.zst
freebsd-ports-gnome-f146fae40ec7d07c771c86fca266ff74999112c5.zip
japanese/scim-tables: stage and define scim as BUILD_DEPENDS (dports)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/scim-tables/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/japanese/scim-tables/Makefile b/japanese/scim-tables/Makefile
index 1d3ad66033d2..d74e81c6d554 100644
--- a/japanese/scim-tables/Makefile
+++ b/japanese/scim-tables/Makefile
@@ -10,15 +10,13 @@ MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM table based Japanese input methods
-BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
+BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
+ scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
USES= pkgconfig gmake
GNU_CONFIGURE= yes
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \
@@ -31,10 +29,4 @@ post-extract:
@${CP} ${FILESDIR}/T-Code.txt.in ${WRKSRC}/tables/ja/
@${CP} ${FILESDIR}/TUT-Code.txt.in ${WRKSRC}/tables/ja/
-post-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO}
- @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
- @${ECHO}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>