summaryrefslogtreecommitdiffstats
path: root/x11-servers/driglide
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-03-11 15:02:53 +0000
committervs <vs@FreeBSD.org>2004-03-11 15:02:53 +0000
commit207bba47bcc4e7f4f2fffc23d247381d5086ebc7 (patch)
tree042a5288f15f9db8e4f5a1960dd30f167e67d474 /x11-servers/driglide
parentafc3dff8490a208228fb216a19235831b740ee9a (diff)
downloadFreeBSD-ports-207bba47bcc4e7f4f2fffc23d247381d5086ebc7.zip
FreeBSD-ports-207bba47bcc4e7f4f2fffc23d247381d5086ebc7.tar.gz
Fix build on -CURRENT.
PR: ports/62143 (suggested by Brandon S Allbery) Approved by: linimon (mentor)
Diffstat (limited to 'x11-servers/driglide')
-rw-r--r--x11-servers/driglide/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-servers/driglide/Makefile b/x11-servers/driglide/Makefile
index 5ba6cc3..0260a41 100644
--- a/x11-servers/driglide/Makefile
+++ b/x11-servers/driglide/Makefile
@@ -7,7 +7,7 @@
PORTNAME= driglide
PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-servers
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= anholt/driglide/
@@ -23,19 +23,14 @@ USE_LIBTOOL= yes
USE_AUTOMAKE_VER= 14
AUTOMAKE_ARGS= -a
USE_GMAKE= yes
+MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp
# Not yet ported to Alpha.
ONLY_FOR_ARCHS= i386
# Glide DOES NOT work with CFLAGS greater than -O2
CFLAGS+= -O
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Does not compile"
-.endif
-
post-extract:
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud