aboutsummaryrefslogtreecommitdiff
path: root/net/wol
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
commit47828d0fce172b8afae396ba1cbcf459e396ef95 (patch)
treefc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /net/wol
parentecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff)
downloadports-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz
ports-47828d0fce172b8afae396ba1cbcf459e396ef95.zip
Notes
Diffstat (limited to 'net/wol')
-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>