diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
commit | 86fc2e2713c68f4ce97be9df445b1e9556a9c7c5 (patch) | |
tree | fba735a8128daa265e74e54b498351eb2281280b /games/warsow/Makefile | |
parent | f0e48c89ae5ff28b9150f68553479e76034acab4 (diff) | |
download | freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.gz freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.zst freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.zip |
- Add missing dependency
- Bump PORTREVISION
Submitted by: pavbot
Diffstat (limited to 'games/warsow/Makefile')
-rw-r--r-- | games/warsow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/warsow/Makefile b/games/warsow/Makefile index dba537fd68ea..3820a2638b6c 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -7,7 +7,7 @@ PORTNAME= warsow PORTVERSION= 0.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://warsow.aditsystems.com/ \ http://ftp.club-internet.fr/pub/games/nofrag/warsow/ \ @@ -23,6 +23,7 @@ RUN_DEPENDS= ${DATADIR}/data0.pk3:${PORTSDIR}/games/warsow-data ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes USE_GCC= 3.4+ +USE_XORG= xxf86dga USE_ZIP= yes USE_DOS2UNIX= linux/in_x11.c linux/sys_linux.c |