diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-12-11 08:19:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-12-11 08:19:58 +0000 |
commit | 2cea147a1f4a5ab123dc37fb2a51ad55dddd6769 (patch) | |
tree | 608a1bca726f7eacae65b86978fec295945e7bd1 /security/donkey | |
parent | 7aa9217f87503cacdc84fa5dd9535b5e0013f267 (diff) | |
download | ports-2cea147a1f4a5ab123dc37fb2a51ad55dddd6769.tar.gz ports-2cea147a1f4a5ab123dc37fb2a51ad55dddd6769.zip |
Notes
Diffstat (limited to 'security/donkey')
-rw-r--r-- | security/donkey/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/donkey/Makefile b/security/donkey/Makefile index b5dba1718db0..0edc4cc3a87c 100644 --- a/security/donkey/Makefile +++ b/security/donkey/Makefile @@ -21,4 +21,10 @@ PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP} pre-configure: @(cd ${WRKDIR}/${DISTNAME}; ./setup FreeBSD) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |