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/linux-steam | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'games/linux-steam')
-rw-r--r-- | games/linux-steam/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile index 8646c5ca90eb..4f970630fe47 100644 --- a/games/linux-steam/Makefile +++ b/games/linux-steam/Makefile @@ -7,6 +7,7 @@ PORTNAME= steam PORTVERSION= 1.0 +PORTREVISOIN= 1 CATEGORIES= games linux MASTER_SITES= http://www.coreblack.com/files/ PKGNAMEPREFIX= linux- @@ -14,6 +15,8 @@ PKGNAMEPREFIX= linux- MAINTAINER= hido@coreblack.com COMMENT= Half Life dedicated server running on steam +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs + IS_INTERACTIVE= yes PKGMESSAGE= ${WRKDIR}/pkg-message USE_LINUX= yes |