aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-02-09 07:05:54 +0800
committerantoine <antoine@FreeBSD.org>2015-02-09 07:05:54 +0800
commit34b046a23d1a2e39671b7e8751675ecd4babb8a2 (patch)
treed3296412f52aeb6a8d4bfe7f44020abada2add9c /games
parented426ba4b2b328d766ea19b8b7b40e4ca2cbb19f (diff)
downloadfreebsd-ports-gnome-34b046a23d1a2e39671b7e8751675ecd4babb8a2.tar.gz
freebsd-ports-gnome-34b046a23d1a2e39671b7e8751675ecd4babb8a2.tar.zst
freebsd-ports-gnome-34b046a23d1a2e39671b7e8751675ecd4babb8a2.zip
Fix RUN_DEPENDS
Diffstat (limited to 'games')
-rw-r--r--games/freedink/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/freedink/Makefile b/games/freedink/Makefile
index 8bd4b4dcc14e..eaaecccf5063 100644
--- a/games/freedink/Makefile
+++ b/games/freedink/Makefile
@@ -11,13 +11,12 @@ EXTRACT_ONLY= # none
MAINTAINER= shurd@FreeBSD.org
COMMENT= Metaport for FreeDink engine and data
-RUN_DEPENDS= freedink>=${PORTVERSION}:${PORTSDIR}/games/freedink-engine \
+RUN_DEPENDS= freedink-engine>=${PORTVERSION}:${PORTSDIR}/games/freedink-engine \
freedink-data>=1.08.20140901:${PORTSDIR}/games/freedink-data \
- dfarc>=3.12:${PORTSDIR}/games/freedink-dfarc
+ freedink-dfarc>=3.12:${PORTSDIR}/games/freedink-dfarc
NO_BUILD= yes
-
-do-install: # empty
+NO_INSTALL= yes
pre-everything::
@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."