diff options
Diffstat (limited to 'games/linux-steam/Makefile')
-rw-r--r-- | games/linux-steam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile index efa38c1064d9..26362f628e60 100644 --- a/games/linux-steam/Makefile +++ b/games/linux-steam/Makefile @@ -7,7 +7,7 @@ PORTNAME= steam PORTVERSION= 1.0 -PORTREVISOIN= 1 +PORTREVISOIN= 2 CATEGORIES= games linux MASTER_SITES= http://www.coreblack.com/files/ PKGNAMEPREFIX= linux- @@ -15,9 +15,9 @@ 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 +USE_LINUX= yes +USE_X_PREFIX= yes PKGMESSAGE= ${WRKDIR}/pkg-message INSTALLDIR?= steam |