summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 01:42:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 01:42:16 +0000
commitdc34d47840419b01f527bdf0e2c7c67ca3bda4db (patch)
tree887e7b32fb8a80a1a92aa1b39bd738ca6ceda749 /x11-toolkits
parentBROKEN: Size mismatch (diff)
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118399
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>