aboutsummaryrefslogtreecommitdiff
path: root/net/afpfs-ng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/afpfs-ng/Makefile')
-rw-r--r--net/afpfs-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/afpfs-ng/Makefile b/net/afpfs-ng/Makefile
index c4889d2709cf..ecaf5fc57217 100644
--- a/net/afpfs-ng/Makefile
+++ b/net/afpfs-ng/Makefile
@@ -53,7 +53,7 @@ post-patch: .SILENT
${WRKSRC}/Makefile.am
post-configure: .SILENT
- ${REINPLACE_CMD} 's|LIBS = |LIBS = -liconv |' \
+ ${REINPLACE_CMD} 's|LIBS = |LIBS = ${ICONV_LIB} |' \
${WRKSRC}/cmdline/Makefile
.include <bsd.port.post.mk>