svn commit: r339851 - head/chinese/gcin

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


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>


More information about the svn-ports-all mailing list