diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /net/nc6 | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) | |
download | freebsd-ports-gnome-a9f655130603ff40a917146738a8cb2487ed5f82.tar.gz freebsd-ports-gnome-a9f655130603ff40a917146738a8cb2487ed5f82.tar.zst freebsd-ports-gnome-a9f655130603ff40a917146738a8cb2487ed5f82.zip |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'net/nc6')
-rw-r--r-- | net/nc6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/nc6/Makefile b/net/nc6/Makefile index d7faf9537711..0bf1a9b2185b 100644 --- a/net/nc6/Makefile +++ b/net/nc6/Makefile @@ -15,10 +15,9 @@ MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \ MAINTAINER= filippo@widestore.net COMMENT= Netcat clone with IPv6 support -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - MAN1= nc6.1 USE_GETTEXT= yes +USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |