diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-08 10:26:59 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-08 10:26:59 +0000 |
commit | 4bfe5afe586679fa0c148409ee7124220189da7e (patch) | |
tree | 6a6ba3fe9c7205e3adfff134d50158b1c54f87a0 /games/trimines | |
parent | fc81a8c2f166e92490357757cdf8f2d57d4a4eeb (diff) | |
download | ports-4bfe5afe586679fa0c148409ee7124220189da7e.tar.gz ports-4bfe5afe586679fa0c148409ee7124220189da7e.zip |
Notes
Diffstat (limited to 'games/trimines')
-rw-r--r-- | games/trimines/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |