diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-12 03:47:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-12 03:47:43 +0800 |
commit | 1aab753ea0a25dda0512b6ee9876125be5c444a9 (patch) | |
tree | 01a5e8662ad97eb465baab320e9db7b23ff59383 /net | |
parent | f88a3d7bc406153fe63c390962b254cf8ddfa718 (diff) | |
download | freebsd-ports-gnome-1aab753ea0a25dda0512b6ee9876125be5c444a9.tar.gz freebsd-ports-gnome-1aab753ea0a25dda0512b6ee9876125be5c444a9.tar.zst freebsd-ports-gnome-1aab753ea0a25dda0512b6ee9876125be5c444a9.zip |
Add missing USES=iconv
Diffstat (limited to 'net')
-rw-r--r-- | net/afpfs-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/afpfs-ng/Makefile b/net/afpfs-ng/Makefile index ecaf5fc57217..8ca43bb7f4d1 100644 --- a/net/afpfs-ng/Makefile +++ b/net/afpfs-ng/Makefile @@ -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 |