aboutsummaryrefslogtreecommitdiff
path: root/net/wol/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
commita9f655130603ff40a917146738a8cb2487ed5f82 (patch)
tree5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /net/wol/Makefile
parentc6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff)
Notes
Diffstat (limited to 'net/wol/Makefile')
-rw-r--r--net/wol/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile
index fe19153db497..7c30845bc4de 100644
--- a/net/wol/Makefile
+++ b/net/wol/Makefile
@@ -16,11 +16,10 @@ MASTER_SITE_SUBDIR= ahh
MAINTAINER= sergei@FreeBSD.org
COMMENT= Tool to wake up Wake-On-LAN compliant computers
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes
USE_GETTEXT= yes
+USE_ICONV= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"