diff options
-rw-r--r-- | games/sdlsand/Makefile | 2 | ||||
-rw-r--r-- | games/trimines/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/sdlsand/Makefile b/games/sdlsand/Makefile index d017be8bee62..8be58ebb5fbb 100644 --- a/games/sdlsand/Makefile +++ b/games/sdlsand/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdlsand PORTVERSION= 20060207 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +18,7 @@ COMMENT= Simulation of falling sand and other materials USE_ZIP= yes USE_SDL= sdl +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/SDL\ Sand/SDL\ Sand diff --git a/games/trimines/Makefile b/games/trimines/Makefile index 88359926f7bb..9b0e8eb2c18c 100644 --- a/games/trimines/Makefile +++ b/games/trimines/Makefile @@ -7,6 +7,7 @@ PORTNAME= trimines PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.freewebs.com/trimines/ @@ -15,6 +16,7 @@ COMMENT= Mine sweeper game that uses triangles instead of squares USE_SDL= sdl USE_GCC= 3.4+ +USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/gfx.c |