Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 23:17:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339853 - head/chinese/ibus-pinyin
Message-ID:  <201401152317.s0FNHWoC076748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152317.s0FNHWoC076748>