svn commit: r378701 - head/games/freedink

Antoine Brodin antoine at FreeBSD.org
Sun Feb 8 23:05:55 UTC 2015


Author: antoine
Date: Sun Feb  8 23:05:54 2015
New Revision: 378701
URL: https://svnweb.freebsd.org/changeset/ports/378701
QAT: https://qat.redports.org/buildarchive/r378701/

Log:
  Fix RUN_DEPENDS

Modified:
  head/games/freedink/Makefile

Modified: head/games/freedink/Makefile
==============================================================================
--- head/games/freedink/Makefile	Sun Feb  8 22:55:09 2015	(r378700)
+++ head/games/freedink/Makefile	Sun Feb  8 23:05:54 2015	(r378701)
@@ -11,13 +11,12 @@ EXTRACT_ONLY=	# none
 MAINTAINER=	shurd at 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."


More information about the svn-ports-head mailing list