aboutsummaryrefslogtreecommitdiff
path: root/chinese/dictd-database
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
commit2f610b15bf1137cd467e3ba5936219cb070987dd (patch)
tree86f828653f924d519d32cce03348be91ee87735b /chinese/dictd-database
parent5962582d7269a6c9cdfcb155f39c3338c9f1961d (diff)
downloadports-2f610b15bf1137cd467e3ba5936219cb070987dd.tar.gz
ports-2f610b15bf1137cd467e3ba5936219cb070987dd.zip
Notes
Diffstat (limited to 'chinese/dictd-database')
-rw-r--r--chinese/dictd-database/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile
index 8db71c56c068..d6cf7baf29a3 100644
--- a/chinese/dictd-database/Makefile
+++ b/chinese/dictd-database/Makefile
@@ -16,6 +16,12 @@ COMMENT= A Chinese <-> English dictd words database
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not build"
+.endif
+
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
@@ -23,4 +29,4 @@ USE_PERL5_BUILD=yes
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>