diff options
Diffstat (limited to 'net/wol/Makefile')
-rw-r--r-- | net/wol/Makefile | 2 |
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> |