svn commit: r341961 - head/net-im/meanwhile

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 09:26:27 UTC 2014


Author: miwi
Date: Fri Jan 31 09:26:27 2014
New Revision: 341961
URL: http://svnweb.freebsd.org/changeset/ports/341961
QAT: https://qat.redports.org/buildarchive/r341961/

Log:
  - Convert to USES
  - Stage support

Modified:
  head/net-im/meanwhile/Makefile

Modified: head/net-im/meanwhile/Makefile
==============================================================================
--- head/net-im/meanwhile/Makefile	Fri Jan 31 09:25:28 2014	(r341960)
+++ head/net-im/meanwhile/Makefile	Fri Jan 31 09:26:27 2014	(r341961)
@@ -11,9 +11,8 @@ MAINTAINER=	marcus at FreeBSD.org
 COMMENT=	Open Source implementation of the Lotus Sametime protocol
 
 USE_AUTOTOOLS=	libtool
-USES=		pkgconfig
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack glib20
+USES=		pkgconfig gmake pathfix
+USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-doxygen=no \
@@ -23,7 +22,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
 		${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch]


More information about the svn-ports-all mailing list