svn commit: r426875 - head/audio/trommler

Antoine Brodin antoine at FreeBSD.org
Tue Nov 22 22:02:58 UTC 2016


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


More information about the svn-ports-all mailing list