summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-10-28 21:06:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-10-28 21:06:11 +0000
commit33a8074e2a80d72c81e075e4c0e8eaeb7e106d9e (patch)
treeadf48457efd702796f13b9758c41ea446f6b1942 /x11-toolkits
parentNow builds on FreeBSD 5.x (diff)
Now builds on FreeBSD >= 5.x.
Notes
Notes: svn path=/head/; revision=120432
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkglarea--/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/gtkglarea--/Makefile b/x11-toolkits/gtkglarea--/Makefile
index c80ce60ce673..a1876a631338 100644
--- a/x11-toolkits/gtkglarea--/Makefile
+++ b/x11-toolkits/gtkglarea--/Makefile
@@ -30,10 +30,4 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU \
${PTHREAD_LIBS}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 50126
-BROKEN= "Configure fails on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>