diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:08:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:08:03 +0000 |
commit | ec27528eee599a4b20167f63a1a9040442960761 (patch) | |
tree | 9acd13d32188b9f9a38915a92796b24911c94c8e /chinese/qterm | |
parent | 7da1df3b75d5b2ed223a103f767bf615df2ebe81 (diff) | |
download | ports-ec27528eee599a4b20167f63a1a9040442960761.tar.gz ports-ec27528eee599a4b20167f63a1a9040442960761.zip |
Notes
Diffstat (limited to 'chinese/qterm')
-rw-r--r-- | chinese/qterm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile index 84a003b3a116..6f680a2822be 100644 --- a/chinese/qterm/Makefile +++ b/chinese/qterm/Makefile @@ -25,6 +25,12 @@ USE_PYTHON= -2.3 CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 600000 && ${ARCH} != "i386" +BROKEN= "Does not compile on FreeBSD >= 6.x on !i386" +.endif + pre-everything:: .if !defined(WITHOUT_PYTHON) @${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." @@ -34,4 +40,4 @@ post-patch: @${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |