svn commit: r353088 - head/deskutils/basket

Pawel Pekala pawel at FreeBSD.org
Tue May 6 12:48:51 UTC 2014


Author: pawel
Date: Tue May  6 12:48:51 2014
New Revision: 353088
URL: http://svnweb.freebsd.org/changeset/ports/353088
QAT: https://qat.redports.org/buildarchive/r353088/

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

Modified:
  head/deskutils/basket/Makefile

Modified: head/deskutils/basket/Makefile
==============================================================================
--- head/deskutils/basket/Makefile	Tue May  6 12:26:18 2014	(r353087)
+++ head/deskutils/basket/Makefile	Tue May  6 12:48:51 2014	(r353088)
@@ -14,12 +14,10 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgpgme.so:${PORTSDIR}/security/gpgme
 
-USE_BZIP2=	yes
 USE_XORG=	xft xpm
 USE_KDE4=	automoc4 kdeprefix pimlibs qimageblitz
 USE_QT4=	moc_build qmake_build rcc_build uic_build
-USES=		cmake
+USES=		cmake tar:bzip2
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list