svn commit: r322326 - head/x11/i3status

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 5 13:51:13 UTC 2013


Author: bapt
Date: Fri Jul  5 13:51:13 2013
New Revision: 322326
URL: http://svnweb.freebsd.org/changeset/ports/322326

Log:
  Readd the USE_BZIP2 removed by mistake
  
  Submitted by:	flo

Modified:
  head/x11/i3status/Makefile

Modified: head/x11/i3status/Makefile
==============================================================================
--- head/x11/i3status/Makefile	Fri Jul  5 13:44:31 2013	(r322325)
+++ head/x11/i3status/Makefile	Fri Jul  5 13:51:13 2013	(r322326)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	confuse:${PORTSDIR}/devel/l
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		gmake
+USE_BZIP2=	yes
 
 PLIST_FILES=	bin/i3status \
 		etc/i3status.conf.sample


More information about the svn-ports-all mailing list