Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 11:43:32 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441145 - head/games/openalchemist
Message-ID:  <201705181143.v4IBhWTO092784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705181143.v4IBhWTO092784>