diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /games/dsnake | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
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: |