diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:00:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:00:35 +0800 |
commit | c5888019686e0b3618f95345938bc9496b1f79b4 (patch) | |
tree | 8792319db96435a7a21410ead39a15f12770053d /lang/dylan | |
parent | b9427b6005b396d7c7f06794991a96c37639ef38 (diff) | |
download | freebsd-ports-gnome-c5888019686e0b3618f95345938bc9496b1f79b4.tar.gz freebsd-ports-gnome-c5888019686e0b3618f95345938bc9496b1f79b4.tar.zst freebsd-ports-gnome-c5888019686e0b3618f95345938bc9496b1f79b4.zip |
BROKEN on 5.1: does not build
Diffstat (limited to 'lang/dylan')
-rw-r--r-- | lang/dylan/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index a5816a9f2399..5597f9d3c1e4 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -54,6 +54,10 @@ MAN7= dylan.7 gwydion.7 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif + USE_REINPLACE= yes .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 |