diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 01:59:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 01:59:11 +0800 |
commit | a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506 (patch) | |
tree | aaf6a160c60a2d2c42efe7a3000bcaaa1be24b6e /games/trimines | |
parent | c00cdec6619700cc86b2e6555d0be6b28460271e (diff) | |
download | freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.tar.gz freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.tar.zst freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.zip |
- Get rid of USE_X_PREFIX.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games/trimines')
-rw-r--r-- | games/trimines/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/trimines/Makefile b/games/trimines/Makefile index 1d2c695ac730..39cb1b75d756 100644 --- a/games/trimines/Makefile +++ b/games/trimines/Makefile @@ -7,17 +7,15 @@ PORTNAME= trimines PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.freewebs.com/trimines/ \ http://www.amdmi3.ru/distfiles/ - + MAINTAINER= amdmi3@amdmi3.ru 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 |