diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 22:33:33 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 22:33:33 +0000 |
commit | 5d6c3bb6b62edda0cfa11552b7b982cea58fd877 (patch) | |
tree | d78ada6fd20933a3e00d7c094be06e33da00a9fa /lang/dylan | |
parent | 0ae47a17f89287ccfb918be9d1ef294494e9b9f0 (diff) |
Notes
Diffstat (limited to 'lang/dylan')
-rw-r--r-- | lang/dylan/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index 0a8cca324ac3..ae8b28765a56 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -61,4 +61,10 @@ post-extract: ${GUNZIP_CMD} -c ${DISTDIR}/d2c-${PORTVERSION}-FreeBSD.gz >${WRKDIR}/d2c ${CHMOD} ugo+x ${WRKDIR}/d2c -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not install +.endif + +.include <bsd.port.post.mk> |