svn commit: r514738 - in head: x11-wm/xfce4-panel x11/xfce4-conf

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 18 21:40:31 UTC 2019


Author: tobik
Date: Fri Oct 18 21:40:30 2019
New Revision: 514738
URL: https://svnweb.freebsd.org/changeset/ports/514738

Log:
  x11/xfce4-conf, x11-wm/xfce4-panel: Spell VAPI_IMPLIES correctly

Modified:
  head/x11-wm/xfce4-panel/Makefile
  head/x11/xfce4-conf/Makefile

Modified: head/x11-wm/xfce4-panel/Makefile
==============================================================================
--- head/x11-wm/xfce4-panel/Makefile	Fri Oct 18 21:27:34 2019	(r514737)
+++ head/x11-wm/xfce4-panel/Makefile	Fri Oct 18 21:40:30 2019	(r514738)
@@ -50,6 +50,6 @@ NLS_USES=		gettext-runtime
 
 VAPI_BUILD_DEPENDS=	vapigen:lang/vala
 VAPI_CONFIGURE_ENABLE=	vala
-VAPA_IMPLIES=		GIR
+VAPI_IMPLIES=		GIR
 
 .include <bsd.port.mk>

Modified: head/x11/xfce4-conf/Makefile
==============================================================================
--- head/x11/xfce4-conf/Makefile	Fri Oct 18 21:27:34 2019	(r514737)
+++ head/x11/xfce4-conf/Makefile	Fri Oct 18 21:40:30 2019	(r514738)
@@ -52,6 +52,6 @@ PERL_USE=		perl5=run
 
 VAPI_BUILD_DEPENDS=	vapigen:lang/vala
 VAPI_CONFIGURE_ENABLE=	vala
-VAPA_IMPLIES=		GIR
+VAPI_IMPLIES=		GIR
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list