summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 01:46:00 +0000
committerkris <kris@FreeBSD.org>2004-09-26 01:46:00 +0000
commitd55ef38fc4244ba4027d922a34b4180111f37e34 (patch)
tree301af34d53ace76a5701579f2525b294c77b831e /x11-toolkits
parentc7c130034500cf7e7c4c37d9d92e8a6e98a52241 (diff)
downloadFreeBSD-ports-d55ef38fc4244ba4027d922a34b4180111f37e34.zip
FreeBSD-ports-d55ef38fc4244ba4027d922a34b4180111f37e34.tar.gz
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'x11-toolkits')
-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 a1876a6..c80ce60 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>
OpenPOWER on IntegriCloud