diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-01 20:17:21 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-01 20:17:21 +0000 |
commit | a268088162eecd3e5850162b68a9f70c6a4f5f4e (patch) | |
tree | 83a0558ea7f3add893d259eca8d523ecfda39e0c | |
parent | 4fa767641d378e230fd1115ea4693084e1355c06 (diff) | |
download | ports-a268088162eecd3e5850162b68a9f70c6a4f5f4e.tar.gz ports-a268088162eecd3e5850162b68a9f70c6a4f5f4e.zip |
Notes
-rw-r--r-- | games/scourge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index f3abf197c711..202452bccfac 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -17,9 +17,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= S.C.O.U.R.G.E. is a rogue-like game LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -#RUN_DEPENDS= ${DATADIR}/world/gui.txt:${PORTSDIR}/games/scourge-data - -#BROKEN= Does not compile +RUN_DEPENDS= ${DATADIR}/world/gui.txt:${PORTSDIR}/games/scourge-data USE_GL= yes USE_SDL= sdl mixer net |