diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 02:48:54 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 02:48:54 +0000 |
commit | 71ef0bf3bfdd7d382d8996005d3908708b5f8340 (patch) | |
tree | f6a97a4b2c4d4095b0a3447eab612dd506a2eafc /games/linux-warsow | |
parent | b842f2bde83ab65a1fe2fbae40630db1096b2147 (diff) | |
download | ports-71ef0bf3bfdd7d382d8996005d3908708b5f8340.tar.gz ports-71ef0bf3bfdd7d382d8996005d3908708b5f8340.zip |
Notes
Diffstat (limited to 'games/linux-warsow')
-rw-r--r-- | games/linux-warsow/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/linux-warsow/Makefile b/games/linux-warsow/Makefile index c9411b0aa018..69035ed2398f 100644 --- a/games/linux-warsow/Makefile +++ b/games/linux-warsow/Makefile @@ -7,6 +7,7 @@ PORTNAME= warsow PORTVERSION= 0.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games linux MASTER_SITES= http://ftp.club-internet.fr/pub/games/nofrag/warsow/ \ @@ -24,9 +25,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Free multiplayer first person shooter with cartoon design -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libkrb5support.so.0:${PORTSDIR}/security/linux-krb5-libs \ - ${LINUXBASE}/lib/libssl.so.5:${PORTSDIR}/security/linux-openssl \ - ${LINUXBASE}/lib/libcom_err.so.2:${PORTSDIR}/sysutils/linux-e2fsprogs \ +RUN_DEPENDS= ${LINUXBASE}/lib/libssl.so.5:${PORTSDIR}/security/linux-openssl \ ${DATADIR}/basewsw/data0.pk3:${PORTSDIR}/games/warsow-data ONLY_FOR_ARCHS= i386 amd64 |