diff options
author | acm <acm@FreeBSD.org> | 2009-05-20 08:06:30 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-20 08:06:30 +0800 |
commit | dded719c13ca8c58f33a95e8a48232335003a172 (patch) | |
tree | 5898660ed99d64ce6f857bc97194b1a2b34b66d1 /games | |
parent | 5e1d8dd39d3c8bf604d2e8f09463b9654c777db8 (diff) | |
download | freebsd-ports-gnome-dded719c13ca8c58f33a95e8a48232335003a172.tar.gz freebsd-ports-gnome-dded719c13ca8c58f33a95e8a48232335003a172.tar.zst freebsd-ports-gnome-dded719c13ca8c58f33a95e8a48232335003a172.zip |
- Remove BORKEN on i386
- Fix build on 6.x
- Bump PORTREVISION
Reported by: erwin
Diffstat (limited to 'games')
-rw-r--r-- | games/naev/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index fe2d11e13080..b486e9cda1cd 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} |