aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 09:42:16 +0800
committerkris <kris@FreeBSD.org>2004-09-26 09:42:16 +0800
commitc7c130034500cf7e7c4c37d9d92e8a6e98a52241 (patch)
tree1ecdc20800b30c952a5969c61a6963745b2e7fdd /x11-toolkits
parent01827f0d503596b9e03418834ee59eb477f035cc (diff)
downloadfreebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.tar.gz
freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.tar.zst
freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.zip
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkextra--/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/gtkextra--/Makefile b/x11-toolkits/gtkextra--/Makefile
index 23a55aed8387..3cfbcc22c320 100644
--- a/x11-toolkits/gtkextra--/Makefile
+++ b/x11-toolkits/gtkextra--/Makefile
@@ -25,4 +25,10 @@ USE_GNOME= gtk12
INSTALLS_SHLIB= yes
CONFIGURE_ENV= PERL="${PERL}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Configure fails on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>