svn commit: r355578 - head/games/jvgs

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 27 21:54:49 UTC 2014


Author: amdmi3
Date: Tue May 27 21:54:49 2014
New Revision: 355578
URL: http://svnweb.freebsd.org/changeset/ports/355578
QAT: https://qat.redports.org/buildarchive/r355578/

Log:
  - Fix build

Modified:
  head/games/jvgs/Makefile

Modified: head/games/jvgs/Makefile
==============================================================================
--- head/games/jvgs/Makefile	Tue May 27 21:22:44 2014	(r355577)
+++ head/games/jvgs/Makefile	Tue May 27 21:54:49 2014	(r355578)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	A minimalistic platform game
 
-BUILD_DEPENDS=	libswig.so:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 USES=		cmake lua:51


More information about the svn-ports-all mailing list