diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-10-16 15:56:40 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-10-16 15:56:40 +0000 |
commit | 9923a4800ca6097dbe5888c2d16799b64cca34d5 (patch) | |
tree | 98828100d18a0f3eb9805abfb09eb616e7f902f9 | |
parent | Always add explicit namespace in generated Wrap<> traits specialization. (diff) |
Withdraw BROKEN on 5.x. It's ok now.
-rw-r--r-- | x11-toolkits/gnome--/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/gnome--/Makefile b/x11-toolkits/gnome--/Makefile index c55f49605e8b..3285becd062a 100644 --- a/x11-toolkits/gnome--/Makefile +++ b/x11-toolkits/gnome--/Makefile @@ -28,10 +28,4 @@ LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |