svn commit: r341672 - head/devel/libmowgli

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 23:19:41 UTC 2014


Author: bapt
Date: Tue Jan 28 23:19:41 2014
New Revision: 341672
URL: http://svnweb.freebsd.org/changeset/ports/341672
QAT: https://qat.redports.org/buildarchive/r341672/

Log:
  Support stage

Modified:
  head/devel/libmowgli/Makefile

Modified: head/devel/libmowgli/Makefile
==============================================================================
--- head/devel/libmowgli/Makefile	Tue Jan 28 23:13:26 2014	(r341671)
+++ head/devel/libmowgli/Makefile	Tue Jan 28 23:19:41 2014	(r341672)
@@ -7,14 +7,13 @@ CATEGORIES=	devel
 MASTER_SITES=	http://distfiles.atheme.org/
 
 MAINTAINER=	oliver at FreeBSD.org
-COMMENT=	A development framework for C
+COMMENT=	Development framework for C
 
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 USE_BZIP2=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
 		${WRKSRC}/Makefile


More information about the svn-ports-all mailing list