Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 22:02:11 +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: r426874 - head/devel/geany-plugin-geanypy
Message-ID:  <201611222202.uAMM2BZx073455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
+USES=		python
 USE_GNOME=	pygtk2
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"



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