svn commit: r352483 - head/graphics/pixen

Pawel Pekala pawel at FreeBSD.org
Mon Apr 28 11:33:50 UTC 2014


Author: pawel
Date: Mon Apr 28 11:33:50 2014
New Revision: 352483
URL: http://svnweb.freebsd.org/changeset/ports/352483
QAT: https://qat.redports.org/buildarchive/r352483/

Log:
  - Port is stage safe
  - Convert to USES=tar:bzip2

Modified:
  head/graphics/pixen/Makefile

Modified: head/graphics/pixen/Makefile
==============================================================================
--- head/graphics/pixen/Makefile	Mon Apr 28 11:12:29 2014	(r352482)
+++ head/graphics/pixen/Makefile	Mon Apr 28 11:33:50 2014	(r352483)
@@ -12,7 +12,7 @@ COMMENT=	Graphics editing software for s
 
 LICENSE=	MIT
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
@@ -20,5 +20,4 @@ USE_GNUSTEP_INSTALL=	yes
 
 ADDITIONAL_OBJCFLAGS+=	-Dlog2=logb
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list