diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-08 18:26:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-08 18:26:59 +0800 |
commit | 41438123832addfdf9343cf429946c9e31a609ed (patch) | |
tree | 232b1da864f4fc45c9dcc4a77f9a8e4d1783df41 /games/sdlsand | |
parent | 4457d9861dc45285f48d472b19d6e0427e531d84 (diff) | |
download | freebsd-ports-gnome-41438123832addfdf9343cf429946c9e31a609ed.tar.gz freebsd-ports-gnome-41438123832addfdf9343cf429946c9e31a609ed.tar.zst freebsd-ports-gnome-41438123832addfdf9343cf429946c9e31a609ed.zip |
- Use USE_X_PREFIX
- Bump PORTREVISION
Diffstat (limited to 'games/sdlsand')
-rw-r--r-- | games/sdlsand/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/sdlsand/Makefile b/games/sdlsand/Makefile index d017be8bee62..8be58ebb5fbb 100644 --- a/games/sdlsand/Makefile +++ b/games/sdlsand/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdlsand PORTVERSION= 20060207 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +18,7 @@ COMMENT= Simulation of falling sand and other materials USE_ZIP= yes USE_SDL= sdl +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/SDL\ Sand/SDL\ Sand |