Date: Sat, 5 Jul 2014 21:29:26 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360822 - head/japanese/scim-tables Message-ID: <201407052129.s65LTQK5081637@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jul 5 21:29:26 2014 New Revision: 360822 URL: http://svnweb.freebsd.org/changeset/ports/360822 QAT: https://qat.redports.org/buildarchive/r360822/ Log: japanese/scim-tables: stage and define scim as BUILD_DEPENDS (dports) Modified: head/japanese/scim-tables/Makefile Modified: head/japanese/scim-tables/Makefile ============================================================================== --- head/japanese/scim-tables/Makefile Sat Jul 5 21:24:08 2014 (r360821) +++ head/japanese/scim-tables/Makefile Sat Jul 5 21:29:26 2014 (r360822) @@ -10,15 +10,13 @@ MASTER_SITES= SF/scim/${PORTNAME}/${PORT 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407052129.s65LTQK5081637>