aboutsummaryrefslogtreecommitdiffstats
path: root/games/trimines
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-21 01:59:11 +0800
committermiwi <miwi@FreeBSD.org>2008-03-21 01:59:11 +0800
commita6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506 (patch)
treeaaf6a160c60a2d2c42efe7a3000bcaaa1be24b6e /games/trimines
parentc00cdec6619700cc86b2e6555d0be6b28460271e (diff)
downloadfreebsd-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/Makefile6
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