svn commit: r360576 - head/graphics/xpaint

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 4 08:47:21 UTC 2014


Author: amdmi3
Date: Fri Jul  4 08:47:20 2014
New Revision: 360576
URL: http://svnweb.freebsd.org/changeset/ports/360576
QAT: https://qat.redports.org/buildarchive/r360576/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/xpaint/Makefile

Modified: head/graphics/xpaint/Makefile
==============================================================================
--- head/graphics/xpaint/Makefile	Fri Jul  4 08:46:52 2014	(r360575)
+++ head/graphics/xpaint/Makefile	Fri Jul  4 08:47:20 2014	(r360576)
@@ -23,10 +23,10 @@ RUN_DEPENDS=	psselect:${PORTSDIR}/print/
 		bash:${PORTSDIR}/shells/bash
 
 USE_XORG=	xft xmu xpm
-USE_AUTOTOOLS=	libtool
 USE_GHOSTSCRIPT_RUN=yes
 GNU_CONFIGURE=	yes
-USES=		shebangfix tar:bzip2
+USES=		libtool shebangfix tar:bzip2
+USE_AUTOTOOLS=	libtoolize
 SHEBANG_FILES=	share/bin/imgmerge share/bin/xpaint_ocr
 
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \


More information about the svn-ports-all mailing list