diff options
-rw-r--r-- | games/quake-dpmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake-dpmod/Makefile b/games/quake-dpmod/Makefile index de15c24b3e3e..74f9e6368b80 100644 --- a/games/quake-dpmod/Makefile +++ b/games/quake-dpmod/Makefile @@ -12,7 +12,7 @@ DISTNAME= darkplacesmod${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Quake 1 modification (for DarkPlaces) -RUN_DEPENDS= ${LOCALBASE}/share/darkplaces/dummy:${PORTSDIR}/games/darkplaces +RUN_DEPENDS= darkplaces>=0:${PORTSDIR}/games/darkplaces USES= zip NO_BUILD= yes |