aboutsummaryrefslogtreecommitdiffstats
path: root/net/wol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wol/Makefile')
-rw-r--r--net/wol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile
index c782c1b331c2..f61e453337e8 100644
--- a/net/wol/Makefile
+++ b/net/wol/Makefile
@@ -21,6 +21,6 @@ LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old \
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lgiconv -lgnugetopt"
+ LDFLAGS="-L${LOCALBASE}/lib -liconv -lgnugetopt"
.include <bsd.port.mk>