Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 19:47:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327008 - head/net/afpfs-ng
Message-ID:  <201309111947.r8BJliCf092018@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 11 19:47:43 2013
New Revision: 327008
URL: http://svnweb.freebsd.org/changeset/ports/327008

Log:
  Add missing USES=iconv

Modified:
  head/net/afpfs-ng/Makefile

Modified: head/net/afpfs-ng/Makefile
==============================================================================
--- head/net/afpfs-ng/Makefile	Wed Sep 11 19:33:01 2013	(r327007)
+++ head/net/afpfs-ng/Makefile	Wed Sep 11 19:47:43 2013	(r327008)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	FUSE GCRYPT
 
 USE_BZIP2=	yes
 USE_GCC=	any
-USE_GMAKE=	yes
+USES=		iconv gmake
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
 ACLOCAL_ARGS=	-I.
 AUTOMAKE_ARGS=	--add-missing



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