diff options
author | martymac <martymac@FreeBSD.org> | 2017-05-18 19:43:32 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-05-18 19:43:32 +0800 |
commit | 5604a1e548eea47d96b44b00689e33f3bef59a84 (patch) | |
tree | c88d1916530b939710134514a48804b9405c8d9d | |
parent | 623f0046811633785385eb5339bdeb8fe679c0b0 (diff) | |
download | freebsd-ports-gnome-5604a1e548eea47d96b44b00689e33f3bef59a84.tar.gz freebsd-ports-gnome-5604a1e548eea47d96b44b00689e33f3bef59a84.tar.zst freebsd-ports-gnome-5604a1e548eea47d96b44b00689e33f3bef59a84.zip |
Add missing run dependency to Python (fixes shebang of openalchemist-config)
-rw-r--r-- | games/openalchemist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 69d6416fd81b..1a8ad05f68cf 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -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 |