Date: Wed, 15 Jan 2014 23:15:25 +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: r339851 - head/chinese/gcin Message-ID: <201401152315.s0FNFPEk076396@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 23:15:25 2014 New Revision: 339851 URL: http://svnweb.freebsd.org/changeset/ports/339851 QAT: https://qat.redports.org/buildarchive/r339851/ Log: Reduce over inclusion of bsd.port.mk Modified: head/chinese/gcin/Makefile Modified: head/chinese/gcin/Makefile ============================================================================== --- head/chinese/gcin/Makefile Wed Jan 15 23:14:38 2014 (r339850) +++ head/chinese/gcin/Makefile Wed Jan 15 23:15:25 2014 (r339851) @@ -38,12 +38,6 @@ CONFIGURE_ARGS+= --use_qt4=N PLIST_SUB+= QT_IM_MODULE="@comment " .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not compile -.endif - .if ${PORT_OPTIONS:MANTHY} BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy LIB_DEPENDS+= libanthy.so:${PORTSDIR}/japanese/anthy @@ -102,4 +96,4 @@ post-install: .endfor .endif -.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?201401152315.s0FNFPEk076396>