Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2013 20:01:37 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323076 - head/textproc/libvisio
Message-ID:  <201307152001.r6FK1b93029610@svn.freebsd.org>

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



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