diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-19 20:52:55 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-19 20:52:55 +0800 |
commit | 5848fcd1e2ce8fbc3895457a922c56cddd5f5230 (patch) | |
tree | 25989a242d84219e2b2a73e5a989f5586e9b21a2 /net/wol/Makefile | |
parent | 56324bbee25fd16fbbd12f240f7be418f3dd6b88 (diff) | |
download | freebsd-ports-gnome-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.tar.gz freebsd-ports-gnome-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.tar.zst freebsd-ports-gnome-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.zip |
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
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> |