diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:28:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:28:52 +0800 |
commit | f761662b1632dee3a8fbaf948f35ef29e8d835d2 (patch) | |
tree | 882062801182eb44a2bc470ad915491da836a402 /lang | |
parent | c69880aad27496bdfdf9b663d7e713b4b8c10e72 (diff) | |
download | freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.tar.gz freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.tar.zst freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.zip |
BROKEN on 5.1: does not compile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jgnat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/jgnat/Makefile b/lang/jgnat/Makefile index 42d5b5517e1f..066662a94a11 100644 --- a/lang/jgnat/Makefile +++ b/lang/jgnat/Makefile @@ -33,6 +33,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C@-([^\-]+)$@/\1@} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + LIBDIR= ${PREFIX}/lib/jgnat ADAINCDIR= ${LIBDIR}/adainclude ADALIBDIR= ${LIBDIR}/adalib |