svn commit: r441145 - head/games/openalchemist

Ganael LAPLANCHE martymac at FreeBSD.org
Thu May 18 11:43:34 UTC 2017


Author: martymac
Date: Thu May 18 11:43:32 2017
New Revision: 441145
URL: https://svnweb.freebsd.org/changeset/ports/441145

Log:
  Add missing run dependency to Python (fixes shebang of openalchemist-config)

Modified:
  head/games/openalchemist/Makefile

Modified: head/games/openalchemist/Makefile
==============================================================================
--- head/games/openalchemist/Makefile	Thu May 18 11:32:48 2017	(r441144)
+++ head/games/openalchemist/Makefile	Thu May 18 11:43:32 2017	(r441145)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openalchemist
 PORTVERSION=	0.3
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -26,7 +26,7 @@ USE_GNOME=	pygtk2
 USE_XORG=	xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice
 USE_GL=		gl glu
 USE_SDL=	sdl gfx
-USES=		autoreconf gmake iconv jpeg pkgconfig shebangfix
+USES=		autoreconf gmake iconv jpeg pkgconfig python:run shebangfix
 SHEBANG_FILES=	openalchemist-config
 
 PORTDOCS=	AUTHORS ChangeLog README TODO


More information about the svn-ports-all mailing list