diff options
author | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /net-im/micq | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.zip FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'net-im/micq')
-rw-r--r-- | net-im/micq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile index 4ba3055..80382c0 100644 --- a/net-im/micq/Makefile +++ b/net-im/micq/Makefile @@ -30,7 +30,7 @@ MAN7= micq.7 .if defined(WITHOUT_LIBICONV) CONFIGURE_ARGS+= --disable-iconv .else -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +USE_ICONV= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -liconv .endif |