aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-19 06:08:03 +0800
committerkris <kris@FreeBSD.org>2004-11-19 06:08:03 +0800
commitce0cf7b647621a057f10e88b9a9a27d7c7fda28f (patch)
tree70544b74d679b9dc06a22c94891fed254cc0878b
parent1c32ffda12418ebc1c49791aee954329037e025b (diff)
downloadfreebsd-ports-gnome-ce0cf7b647621a057f10e88b9a9a27d7c7fda28f.tar.gz
freebsd-ports-gnome-ce0cf7b647621a057f10e88b9a9a27d7c7fda28f.tar.zst
freebsd-ports-gnome-ce0cf7b647621a057f10e88b9a9a27d7c7fda28f.zip
BROKEN on 6.x and !i386: Does not compile
-rw-r--r--chinese/qterm/Makefile8
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>