svn commit: r377493 - head/x11/wbar

Nicola Vitale nivit at FreeBSD.org
Tue Jan 20 01:09:27 UTC 2015


Author: nivit
Date: Tue Jan 20 01:09:26 2015
New Revision: 377493
URL: https://svnweb.freebsd.org/changeset/ports/377493
QAT: https://qat.redports.org/buildarchive/r377493/

Log:
  - Add textproc/intltool to build dependencies:
    the configure script fails even if you disable
    the nls support (and/or switch off the WBARCONFIG
    option) [1]
  - Fix COMMENT line
  
  Reported by:	Andrew Terekhov <andrew.v.terekhov at gmail.com> [1] (via private email)

Modified:
  head/x11/wbar/Makefile

Modified: head/x11/wbar/Makefile
==============================================================================
--- head/x11/wbar/Makefile	Tue Jan 20 00:33:16 2015	(r377492)
+++ head/x11/wbar/Makefile	Tue Jan 20 01:09:26 2015	(r377493)
@@ -8,10 +8,11 @@ CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	nivit at FreeBSD.org
-COMMENT=	quick launch bar for fluxbox, WindowMaker, Xfce, etc
+COMMENT=	Quick launch bar for fluxbox, WindowMaker, Xfce, etc
 
 LICENSE=	GPLv3
 
+BUILD_DEPENDS=	intltool-update:${PORTSDIR}/textproc/intltool
 LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
 
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}


More information about the svn-ports-head mailing list