svn commit: r411256 - head/games/tesseract

Jan Beich jbeich at FreeBSD.org
Thu Mar 17 05:53:26 UTC 2016


Author: jbeich
Date: Thu Mar 17 05:53:24 2016
New Revision: 411256
URL: https://svnweb.freebsd.org/changeset/ports/411256

Log:
  games/tesseract: typo, DISTVERSION doesn't propagate to packages

Modified:
  head/games/tesseract/Makefile   (contents, props changed)

Modified: head/games/tesseract/Makefile
==============================================================================
--- head/games/tesseract/Makefile	Thu Mar 17 05:33:06 2016	(r411255)
+++ head/games/tesseract/Makefile	Thu Mar 17 05:53:24 2016	(r411256)
@@ -13,7 +13,7 @@ COMMENT=	Smooth FPS with map editing, in
 LICENSE=	ZLIB
 
 LIB_DEPENDS=	libenet.so:net/enet
-RUN_DEPENDS=	${PKGBASE}-data>=${DISTVERSION}:${PKGORIGIN}-data
+RUN_DEPENDS=	${PKGBASE}-data>=${PORTVERSION}:${PKGORIGIN}-data
 
 USES=		gmake pkgconfig tar:xz
 EXCLUDE=	bin_unix config media screenshot src/enet src/lib\* src/xcode


More information about the svn-ports-all mailing list