svn commit: r347602 - head/net-im/farsight2

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:37:21 UTC 2014


Author: miwi
Date: Sun Mar  9 14:37:20 2014
New Revision: 347602
URL: http://svnweb.freebsd.org/changeset/ports/347602
QAT: https://qat.redports.org/buildarchive/r347602/

Log:
  - Stage support
  - Convert to uses

Modified:
  head/net-im/farsight2/Makefile

Modified: head/net-im/farsight2/Makefile
==============================================================================
--- head/net-im/farsight2/Makefile	Sun Mar  9 14:37:09 2014	(r347601)
+++ head/net-im/farsight2/Makefile	Sun Mar  9 14:37:20 2014	(r347602)
@@ -15,8 +15,7 @@ LIB_DEPENDS=	nice:${PORTSDIR}/net-im/lib
 
 CONFLICTS=	farstream-[0-9]*
 
-USES=		pkgconfig gettext
-USE_GMAKE=	yes
+USES=		pkgconfig gettext gmake
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes
 USE_GNOME=	gnomehack glib20 ltverhack
@@ -25,5 +24,4 @@ USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list