diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-05 15:02:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-05 15:02:44 +0800 |
commit | c9a82908c94decd72be79b7a253b16fb744dc67b (patch) | |
tree | e4a063ca8dd0f75dfa40986efac9e5248e03a8be /games | |
parent | 69fbc27375d971ab1a7dc9e576a0ca98489f8f5c (diff) | |
download | freebsd-ports-gnome-c9a82908c94decd72be79b7a253b16fb744dc67b.tar.gz freebsd-ports-gnome-c9a82908c94decd72be79b7a253b16fb744dc67b.tar.zst freebsd-ports-gnome-c9a82908c94decd72be79b7a253b16fb744dc67b.zip |
Cleanup
Diffstat (limited to 'games')
-rw-r--r-- | games/voxelands/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/voxelands/Makefile b/games/voxelands/Makefile index 3a2ec350f392..c53a2669ee9f 100644 --- a/games/voxelands/Makefile +++ b/games/voxelands/Makefile @@ -2,6 +2,7 @@ PORTNAME= voxelands PORTVERSION= 1604.00 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://voxelands.com/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -33,8 +34,7 @@ SOUND_DESC= Enable menu background music and in-game sound effects SQLITE3_DESC= Use bundled SQLite3 instead of databases/sqlite3 CLIENT_CMAKE_BOOL= BUILD_CLIENT -CLIENT_LIB_DEPENDS= libpng16.so:graphics/png \ - libjpeg.so:graphics/jpeg +CLIENT_LIB_DEPENDS= libpng.so:graphics/png CLIENT_USE= xorg=x11,xxf86vm gl=gl CLIENT_USES= jpeg NLS_USES= gettext |