aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-30 05:52:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-30 05:52:30 +0000
commit4b48adab5f20a77ddd1b7bf253353ec66b13a9b2 (patch)
treee689cd57cbe55aa63deeb2dcff1d6eab8ce59c24 /chinese
parent78efa1039556c2932093b7d59614defb1ed8006c (diff)
downloadports-4b48adab5f20a77ddd1b7bf253353ec66b13a9b2.tar.gz
ports-4b48adab5f20a77ddd1b7bf253353ec66b13a9b2.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/BBMan/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/BBMan/Makefile b/chinese/BBMan/Makefile
index b32995746bd7..47a57f7ee25e 100644
--- a/chinese/BBMan/Makefile
+++ b/chinese/BBMan/Makefile
@@ -22,10 +22,16 @@ USE_ZIP= yes
WRKSRC= ${WRKDIR}/BBMan
USE_X_PREFIX= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-build:
cd ${WRKSRC} && g++ main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include -O2 -o BBMan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>