svn commit: r339853 - head/chinese/ibus-pinyin

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:17:32 UTC 2014


Author: bapt
Date: Wed Jan 15 23:17:31 2014
New Revision: 339853
URL: http://svnweb.freebsd.org/changeset/ports/339853
QAT: https://qat.redports.org/buildarchive/r339853/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/chinese/ibus-pinyin/Makefile

Modified: head/chinese/ibus-pinyin/Makefile
==============================================================================
--- head/chinese/ibus-pinyin/Makefile	Wed Jan 15 23:16:59 2014	(r339852)
+++ head/chinese/ibus-pinyin/Makefile	Wed Jan 15 23:17:31 2014	(r339853)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	ibus-daemon:${PORTSDIR}/tex
 USE_PYTHON=	yes
 USE_GNOME=	pygtk2
 
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig compiler:c++0x
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking --disable-lua-extension
 
@@ -32,12 +32,6 @@ ANDROID_DB_DESC=	Build Android DB
 OPENPHRASE_DB_DESC=	Build Open Phrase DB
 OPENCC_DESC=		Use opencc
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000024
-USE_GCC=	yes
-.endif
-
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
@@ -84,4 +78,4 @@ post-extract:
 post-patch:
 	@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' ${WRKSRC}/configure
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list