aboutsummaryrefslogtreecommitdiff
path: root/graphics/bugle/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-11-01 17:21:52 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-11-01 17:21:52 +0000
commit126ed7f5b053359c1a9aff9cd989e7a9c65d503a (patch)
treefc7a42a4c515d31c9fb174d714d760f28a5063ae /graphics/bugle/Makefile
parent778a71b62ea01b33896c5184f327123b6c6f2878 (diff)
downloadports-126ed7f5b053359c1a9aff9cd989e7a9c65d503a.tar.gz
ports-126ed7f5b053359c1a9aff9cd989e7a9c65d503a.zip
Update to version 0.0.20091026 of bugle which is sixteen (sic!) versions
newer and no longer requires an older version of GCC. Fix two portability issues in the autoconf scripts (submitted upstream, too), though there still is a problem left, so this remains BROKEN. Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=243610
Diffstat (limited to 'graphics/bugle/Makefile')
-rw-r--r--graphics/bugle/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index b1033341648e..bafba7619b71 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= bugle
-PORTVERSION= 0.0.20071009
-PORTREVISION= 1
+PORTVERSION= 0.0.20091026
CATEGORIES= graphics
MASTER_SITES= SF
@@ -19,7 +18,6 @@ OPTIONS+= GUI "With GTK support (GtkGlExt)" off
OPTIONS+= THREADS "With threading support" off
GNU_CONFIGURE= yes
-USE_GCC= 3.4
USE_GL= gl
USE_PERL5= yes
USE_AUTOTOOLS= libltdl:22
@@ -72,6 +70,6 @@ BROKEN= Fails to link
.endif
post-patch:
- @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/gentokens/find_header.perl
+ @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/gengl/find_header.perl
.include <bsd.port.post.mk>