diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:15:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:15:25 +0800 |
commit | 24e1fd61243f1fcb6a641053469f360b9dbbeead (patch) | |
tree | c9a9a20744d3b48402ba0e26d41fc445fae366a0 /chinese/gcin | |
parent | aab5fb4dc7407a4fbb6bdeea0aa83fb9707e5bb1 (diff) | |
download | freebsd-ports-gnome-24e1fd61243f1fcb6a641053469f360b9dbbeead.tar.gz freebsd-ports-gnome-24e1fd61243f1fcb6a641053469f360b9dbbeead.tar.zst freebsd-ports-gnome-24e1fd61243f1fcb6a641053469f360b9dbbeead.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'chinese/gcin')
-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> |