diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-12 01:54:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-12 01:54:39 +0800 |
commit | 98637c4f9e32ff8f830525d0670ff640588464d3 (patch) | |
tree | dde8e11b37137f5136bef813699590c9c2befa79 /games | |
parent | 0fc971bb50a32f2d0d2d207571f909ef64e8ba54 (diff) | |
download | freebsd-ports-gnome-98637c4f9e32ff8f830525d0670ff640588464d3.tar.gz freebsd-ports-gnome-98637c4f9e32ff8f830525d0670ff640588464d3.tar.zst freebsd-ports-gnome-98637c4f9e32ff8f830525d0670ff640588464d3.zip |
Fix RUN_DEPENDS after darkplaces update
Diffstat (limited to 'games')
-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 |