summaryrefslogtreecommitdiff
path: root/x11-servers/driglide/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-12-24 15:41:40 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-12-24 15:41:40 +0000
commitf6101b7378b8cf8456ba49345b159a92c6d03ea3 (patch)
treec54f7da8d550ec8e101189606af90c238234eb6b /x11-servers/driglide/Makefile
parentTake into account the '-devel' package name suffix when registering CONFLICTS (diff)
Add missing prototype to fix the build with recent GCC.
Notes
Notes: svn path=/head/; revision=125078
Diffstat (limited to 'x11-servers/driglide/Makefile')
-rw-r--r--x11-servers/driglide/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-servers/driglide/Makefile b/x11-servers/driglide/Makefile
index 26d6bade7d63..28c84b085ca7 100644
--- a/x11-servers/driglide/Makefile
+++ b/x11-servers/driglide/Makefile
@@ -30,13 +30,7 @@ ONLY_FOR_ARCHS= i386
# Glide DOES NOT work with CFLAGS greater than -O2
CFLAGS+= -O
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
pre-configure:
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>