svn commit: r351994 - head/graphics/libwpg

Pietro Cerutti gahr at FreeBSD.org
Thu Apr 24 11:28:11 UTC 2014


Author: gahr
Date: Thu Apr 24 11:28:11 2014
New Revision: 351994
URL: http://svnweb.freebsd.org/changeset/ports/351994
QAT: https://qat.redports.org/buildarchive/r351994/

Log:
  - USES shebangfix + tar:bzip2
  
  PR:		188943
  Approved by:	bapt (portmgr)

Modified:
  head/graphics/libwpg/Makefile

Modified: head/graphics/libwpg/Makefile
==============================================================================
--- head/graphics/libwpg/Makefile	Thu Apr 24 11:13:08 2014	(r351993)
+++ head/graphics/libwpg/Makefile	Thu Apr 24 11:28:11 2014	(r351994)
@@ -14,8 +14,8 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
 
-USES=		libtool:keepla pathfix perl5 pkgconfig
-USE_BZIP2=	yes
+USES=		libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2
+SHEBANG_FILES=	${WRKSRC}/src/conv/svg/wpg2svgbatch.pl
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror


More information about the svn-ports-all mailing list