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/ssamtse | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'games/ssamtse')
-rw-r--r-- | games/ssamtse/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/ssamtse/Makefile b/games/ssamtse/Makefile index 8062e319427e..57469a3bd3fa 100644 --- a/games/ssamtse/Makefile +++ b/games/ssamtse/Makefile @@ -7,6 +7,7 @@ PORTNAME= ssamtse PORTVERSION= b1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= # must fetch manually DISTFILES= ${PORTNAME}-${PORTVERSION:S|b|beta|}.sh.bin @@ -15,10 +16,12 @@ EXTRACT_ONLY= MAINTAINER= asa@gascom.ru COMMENT= Serious Sam - The Second Encounter +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs + NO_BUILD= yes USE_BZIP2= yes USE_REINPLACE= yes -USE_XLIB= yes +USE_X_PREFIX= yes USE_GL= yes USE_LINUX= yes INSTALLS_SHLIB= yes |