aboutsummaryrefslogtreecommitdiffstats
path: root/games/doom-data
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-24 23:07:39 +0800
committerantoine <antoine@FreeBSD.org>2015-01-24 23:07:39 +0800
commitefdf659d4a6e4fd3ac42c75ee835fc22037e29ab (patch)
treebf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /games/doom-data
parent9aacbad58fc52aedc2b94701fba20c62fef1e7bd (diff)
downloadfreebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.gz
freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.zst
freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.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/doom-data')
-rw-r--r--games/doom-data/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/doom-data/Makefile.include b/games/doom-data/Makefile.include
index 94aaa17126fa..c73dc7faca71 100644
--- a/games/doom-data/Makefile.include
+++ b/games/doom-data/Makefile.include
@@ -12,5 +12,5 @@ PLIST_SUB+= DMDIR="${DMDIR:S/${LOCALBASE}\///}"
SUB_LIST+= DMDIR="${DMDIR}"
.if ${PORTNAME} != "data"
-RUN_DEPENDS+= ${DMDIR}:${PORTSDIR}/games/doom-data
+RUN_DEPENDS+= doom-data>0:${PORTSDIR}/games/doom-data
.endif