From a2f9ec43a1cb9099dbeaee8cc1e642f3baf10bf6 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 20 May 2009 00:06:30 +0000 Subject: - Remove BORKEN on i386 - Fix build on 6.x - Bump PORTREVISION Reported by: erwin --- games/naev/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'games/naev/Makefile') 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 -.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} -- cgit v1.2.3