Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 09:26:27 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341961 - head/net-im/meanwhile
Message-ID:  <201401310926.s0V9QRa7025708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401310926.s0V9QRa7025708>