diff options
author | cy <cy@FreeBSD.org> | 2011-01-12 09:23:51 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-01-12 09:23:51 +0800 |
commit | 037d65b87fdcf82ec281ef3a0610bc72bf1c59f7 (patch) | |
tree | 7fba3ad52fc2d61c19f6f384a8e1772935351801 /lang | |
parent | caf38ca6954ad43c4f31fffcf349752f0c3e6f57 (diff) | |
download | freebsd-ports-gnome-037d65b87fdcf82ec281ef3a0610bc72bf1c59f7.tar.gz freebsd-ports-gnome-037d65b87fdcf82ec281ef3a0610bc72bf1c59f7.tar.zst freebsd-ports-gnome-037d65b87fdcf82ec281ef3a0610bc72bf1c59f7.zip |
dmd2 fails to build under FreeBSD 7.
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dmd2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 622bcff37d2d..8e66da19efd2 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -36,6 +36,10 @@ LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-ac .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800000 +BROKEN= does not compile +.endif + MODULEDIR= ${PREFIX}/include/d/phobos2 post-patch: |