svn commit: r426874 - head/devel/geany-plugin-geanypy

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


Author: antoine
Date: Tue Nov 22 22:02:11 2016
New Revision: 426874
URL: https://svnweb.freebsd.org/changeset/ports/426874

Log:
  Fix build when python symlink is not present

Modified:
  head/devel/geany-plugin-geanypy/Makefile

Modified: head/devel/geany-plugin-geanypy/Makefile
==============================================================================
--- head/devel/geany-plugin-geanypy/Makefile	Tue Nov 22 22:01:29 2016	(r426873)
+++ head/devel/geany-plugin-geanypy/Makefile	Tue Nov 22 22:02:11 2016	(r426874)
@@ -7,6 +7,7 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot at FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
+USES=		python
 USE_GNOME=	pygtk2
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"


More information about the svn-ports-all mailing list