diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
commit | 2f610b15bf1137cd467e3ba5936219cb070987dd (patch) | |
tree | 86f828653f924d519d32cce03348be91ee87735b /chinese | |
parent | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/dictd-database/Makefile | 8 |
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> |