svn commit: r327008 - head/net/afpfs-ng

Antoine Brodin antoine at FreeBSD.org
Wed Sep 11 19:47:44 UTC 2013


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


More information about the svn-ports-all mailing list