diff options
Diffstat (limited to 'games/dsnake')
-rw-r--r-- | games/dsnake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/dsnake/Makefile b/games/dsnake/Makefile index f207f1ab3d71..7ab55814583c 100644 --- a/games/dsnake/Makefile +++ b/games/dsnake/Makefile @@ -7,6 +7,7 @@ PORTNAME= dsnake PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= http://bitblaze.com/downloads/ DISTNAME= ${PORTNAME}-linux-${PORTVERSION} @@ -20,7 +21,8 @@ NO_PACKAGE= Licence forbids any repacking and reselling ONLY_FOR_ARCHS= i386 NO_BUILD= yes -USE_X_PREFIX= yes +PREFIX?= ${X11BASE} +USE_LINUX= yes WRKSRC= ${WRKDIR}/DeluxeSnake do-install: |