diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:15:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:15:25 +0000 |
commit | c332985543b1691465be113d1961d2584a76c670 (patch) | |
tree | c9a9a20744d3b48402ba0e26d41fc445fae366a0 /chinese/gcin/Makefile | |
parent | d164d228e5421ec4d60186b2f4f45bd24d652aa6 (diff) | |
download | ports-c332985543b1691465be113d1961d2584a76c670.tar.gz ports-c332985543b1691465be113d1961d2584a76c670.zip |
Notes
Diffstat (limited to 'chinese/gcin/Makefile')
-rw-r--r-- | chinese/gcin/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index fa308a9fcc62..fea6ade2ea42 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -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> |