diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-11 17:54:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-11 17:54:39 +0000 |
commit | dd5e7da80d3bb1d3d822fe0e157a2b06416e4ceb (patch) | |
tree | dde8e11b37137f5136bef813699590c9c2befa79 /games/quake-dpmod/Makefile | |
parent | bfd7dc5069cadcef20dbf93212cc641d91776299 (diff) |
Notes
Diffstat (limited to 'games/quake-dpmod/Makefile')
-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 |