diff options
author | kris <kris@FreeBSD.org> | 2003-05-19 05:51:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-19 05:51:13 +0800 |
commit | 2be7ac3c6db362b4016217caf748ce59ba76aff6 (patch) | |
tree | 457f851260d7be017f5e43c004839c546904415f /lang | |
parent | 8db3bede7f862edebf64c0a0c71f1d0bcacadcc8 (diff) | |
download | freebsd-ports-gnome-2be7ac3c6db362b4016217caf748ce59ba76aff6.tar.gz freebsd-ports-gnome-2be7ac3c6db362b4016217caf748ce59ba76aff6.tar.zst freebsd-ports-gnome-2be7ac3c6db362b4016217caf748ce59ba76aff6.zip |
Back out previous commit, it overlapped with an update that fixed the port.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dylan/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index 5597f9d3c1e4..a5816a9f2399 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -54,10 +54,6 @@ 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 |