diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
commit | 2ac8e45b302661f32c1150bc000ad597714a545f (patch) | |
tree | 90ea9c07e1113a3bc340f96d46f703b5020d7eec /net/afpfs-ng | |
parent | 9be0d645fd930e63a69f8b0fc651971b3be0f5f9 (diff) | |
download | ports-2ac8e45b302661f32c1150bc000ad597714a545f.tar.gz ports-2ac8e45b302661f32c1150bc000ad597714a545f.zip |
Notes
Diffstat (limited to 'net/afpfs-ng')
-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 1b2251e80de3..ce4196c58488 100644 --- a/net/afpfs-ng/Makefile +++ b/net/afpfs-ng/Makefile @@ -13,7 +13,7 @@ COMMENT= Apple Filing Protocol client library LICENSE= GPLv2 INSTALL_TARGET= install-strip -USES= gmake iconv libtool tar:bzip2 +USES= gmake iconv libtool tar:bzip2 readline USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize AUTOMAKE_ARGS= --add-missing --copy --force USE_LDCONFIG= yes |