svn commit: r483258 - head/x11/wbar

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 10:01:50 UTC 2018


Author: linimon
Date: Sun Oct 28 10:01:49 2018
New Revision: 483258
URL: https://svnweb.freebsd.org/changeset/ports/483258

Log:
  Fix build on GCC-based architectures.
  
  PR:		231914
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/wbar/Makefile

Modified: head/x11/wbar/Makefile
==============================================================================
--- head/x11/wbar/Makefile	Sun Oct 28 09:58:42 2018	(r483257)
+++ head/x11/wbar/Makefile	Sun Oct 28 10:01:49 2018	(r483258)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
 
-USES=		pkgconfig gettext gmake tar:tgz
+USES=		compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz
 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list