svn commit: r444838 - branches/2017Q3/devel/gazpacho

Antoine Brodin antoine at FreeBSD.org
Sat Jul 1 20:48:37 UTC 2017


Author: antoine
Date: Sat Jul  1 20:48:36 2017
New Revision: 444838
URL: https://svnweb.freebsd.org/changeset/ports/444838

Log:
  MFH: r444837
  
  Fix DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  branches/2017Q3/devel/gazpacho/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/gazpacho/Makefile
==============================================================================
--- branches/2017Q3/devel/gazpacho/Makefile	Sat Jul  1 20:47:38 2017	(r444837)
+++ branches/2017Q3/devel/gazpacho/Makefile	Sat Jul  1 20:48:36 2017	(r444838)
@@ -13,7 +13,7 @@ COMMENT=	GUI builder for the GTK+ toolkit
 LICENSE=	LGPL21+ # source mentions LGPL20+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}-kiwi-gtk>=0:x11-toolkits/py-kiwi-gtk
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}kiwi-gtk>=0:x11-toolkits/py-kiwi-gtk
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		desktop-file-utils gettext python


More information about the svn-ports-all mailing list