svn commit: r354944 - head/cad/kicad-devel

Michael Reifenberger mr at FreeBSD.org
Fri May 23 16:55:43 UTC 2014


Author: mr
Date: Fri May 23 16:55:42 2014
New Revision: 354944
URL: http://svnweb.freebsd.org/changeset/ports/354944
QAT: https://qat.redports.org/buildarchive/r354944/

Log:
  Fix USES

Modified:
  head/cad/kicad-devel/Makefile

Modified: head/cad/kicad-devel/Makefile
==============================================================================
--- head/cad/kicad-devel/Makefile	Fri May 23 16:51:27 2014	(r354943)
+++ head/cad/kicad-devel/Makefile	Fri May 23 16:55:42 2014	(r354944)
@@ -25,7 +25,6 @@ CONFLICTS=      kicad-2013*
 DOCVERSION=	1.1
 LIBVERSION=	1.0
 
-USES=		tar:bzip2
 #USE_GMAKE=	yes
 USE_GL=		glew glu
 USE_WX=		2.8
@@ -40,7 +39,7 @@ BINS=		cvpcb eeschema gerbview kicad pcb
 EXTRAS2RM=	linux-non_unicode linux wings3d LINUX.README	\
 		contrib_makefiles.txt running_kicad_under_W98.txt
 #USE_GCC=	yes
-USES=		cmake gettext
+USES=		tar:bzip2 cmake gettext
 CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" \
 		-DCMAKE_VERBOSE_MAKEFILE=ON \
 		-DCMAKE_BUILD_TYPE="Debug" \


More information about the svn-ports-all mailing list