Date: Tue, 22 Nov 2016 22:02:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426875 - head/audio/trommler Message-ID: <201611222202.uAMM2v9I073574@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Nov 22 22:02:57 2016 New Revision: 426875 URL: https://svnweb.freebsd.org/changeset/ports/426875 Log: Fix build when python symlink is not present Modified: head/audio/trommler/Makefile Modified: head/audio/trommler/Makefile ============================================================================== --- head/audio/trommler/Makefile Tue Nov 22 22:02:11 2016 (r426874) +++ head/audio/trommler/Makefile Tue Nov 22 22:02:57 2016 (r426875) @@ -13,7 +13,8 @@ COMMENT= GTK+2 based drum machine LICENSE= GPLv2 -USES= gmake pkgconfig +USES= gmake pkgconfig python:build shebangfix +SHEBANG_FILES= genexport.py USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/Trommler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611222202.uAMM2v9I073574>