svn commit: r323076 - head/textproc/libvisio

Jung-uk Kim jkim at FreeBSD.org
Mon Jul 15 20:01:37 UTC 2013


Author: jkim
Date: Mon Jul 15 20:01:37 2013
New Revision: 323076
URL: http://svnweb.freebsd.org/changeset/ports/323076

Log:
  Convert to USES=gmake.

Modified:
  head/textproc/libvisio/Makefile

Modified: head/textproc/libvisio/Makefile
==============================================================================
--- head/textproc/libvisio/Makefile	Mon Jul 15 19:45:38 2013	(r323075)
+++ head/textproc/libvisio/Makefile	Mon Jul 15 20:01:37 2013	(r323076)
@@ -19,11 +19,10 @@ LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textpro
 CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_PERL5_BUILD=yes
 USE_XZ=		yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list