summaryrefslogtreecommitdiffstats
path: root/games/naev
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2009-05-20 00:06:30 +0000
committeracm <acm@FreeBSD.org>2009-05-20 00:06:30 +0000
commitdded719c13ca8c58f33a95e8a48232335003a172 (patch)
tree5898660ed99d64ce6f857bc97194b1a2b34b66d1 /games/naev
parent5e1d8dd39d3c8bf604d2e8f09463b9654c777db8 (diff)
downloadFreeBSD-ports-dded719c13ca8c58f33a95e8a48232335003a172.zip
FreeBSD-ports-dded719c13ca8c58f33a95e8a48232335003a172.tar.gz
- Remove BORKEN on i386
- Fix build on 6.x - Bump PORTREVISION Reported by: erwin
Diffstat (limited to 'games/naev')
-rw-r--r--games/naev/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile
index fe2d11e..b486e9c 100644
--- a/games/naev/Makefile
+++ b/games/naev/Makefile
@@ -7,6 +7,7 @@
PORTNAME= naev
PORTVERSION= 0.3.9
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= ${PORTNAME}
@@ -30,10 +31,6 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
-.if ${ARCH} == i386
-BROKEN= does not build
-.endif
-
.if !defined(NOPORTDOCS)
PLIST_FILES+= %%DOCSDIR%%/conf.example
PLIST_DIRS= %%DOCSDIR%%
@@ -41,6 +38,7 @@ PLIST_DIRS= %%DOCSDIR%%
post-patch:
@${REINPLACE_CMD} -i "" -e 's|%%DATADIR%%|${DATADIR}|g' -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -i "" -e 's|CFLAGS +=|CFLAGS ?=|g' ${WRKSRC}/build/Makefile.posix
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
OpenPOWER on IntegriCloud