aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea--
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 01:46:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 01:46:00 +0000
commit0780800c8750d879264197bd8b344c1b7e8be2f6 (patch)
tree058e1e4d9093e2714be6ea6128275ec3de584b6b /x11-toolkits/gtkglarea--
parentdc34d47840419b01f527bdf0e2c7c67ca3bda4db (diff)
downloadports-0780800c8750d879264197bd8b344c1b7e8be2f6.tar.gz
ports-0780800c8750d879264197bd8b344c1b7e8be2f6.zip
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118400
Diffstat (limited to 'x11-toolkits/gtkglarea--')
-rw-r--r--x11-toolkits/gtkglarea--/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglarea--/Makefile b/x11-toolkits/gtkglarea--/Makefile
index a1876a631338..c80ce60ce673 100644
--- a/x11-toolkits/gtkglarea--/Makefile
+++ b/x11-toolkits/gtkglarea--/Makefile
@@ -30,4 +30,10 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU \
${PTHREAD_LIBS}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 50126
+BROKEN= "Configure fails on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>