summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
commit06465908a8c4a92f78bc837d68b3e344eade6851 (patch)
treef7fd52a9dc3818acb0ff0f332badc3375d145396 /lang
parentUse failsafe rmdir commands to avoid pkg_deinstall complaints if (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81238
Diffstat (limited to 'lang')
-rw-r--r--lang/jgnat/Makefile4
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