summaryrefslogtreecommitdiff
path: root/games/quake2-data
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-24 15:07:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-24 15:07:39 +0000
commit364abe76fd9eef8f21dfc042689643cc3aee11d1 (patch)
treebf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /games/quake2-data
parent7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff)
downloadfreebsd-ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.zip
Switch some dependencies from a directory name or a file generated by pkg-install
to a package name, as the former can't be attributed to a package
Diffstat (limited to 'games/quake2-data')
-rw-r--r--games/quake2-data/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2-data/Makefile.include b/games/quake2-data/Makefile.include
index 2f52221b769c..427ad958a7a2 100644
--- a/games/quake2-data/Makefile.include
+++ b/games/quake2-data/Makefile.include
@@ -58,5 +58,5 @@ SUB_LIST+= Q2DIR="${Q2DIR}"
.if ${PORTNAME} != data
# Not depending on the particular .pak file since they are OPTIONS-dependent
-RUN_DEPENDS+= ${Q2DIR}:${PORTSDIR}/games/quake2-data
+RUN_DEPENDS+= quake2-data>0:${PORTSDIR}/games/quake2-data
.endif