aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-10-29 05:06:11 +0800
committerkris <kris@FreeBSD.org>2004-10-29 05:06:11 +0800
commit9eae3e36bb86076105e9ff89f31f0854c45cbcfd (patch)
treefa093aaa135f4ffbad3ae884173d4d5bc15d0d56 /x11-toolkits
parent6d5794a248ded442792cd223daae08bc2edacc40 (diff)
downloadfreebsd-ports-gnome-9eae3e36bb86076105e9ff89f31f0854c45cbcfd.tar.gz
freebsd-ports-gnome-9eae3e36bb86076105e9ff89f31f0854c45cbcfd.tar.zst
freebsd-ports-gnome-9eae3e36bb86076105e9ff89f31f0854c45cbcfd.zip
Now builds on FreeBSD >= 5.x.
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>