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/ulxmlrpcpp | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.zip FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'net/ulxmlrpcpp')
-rw-r--r-- | net/ulxmlrpcpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ulxmlrpcpp/Makefile b/net/ulxmlrpcpp/Makefile index 8c86458..5f41bb6 100644 --- a/net/ulxmlrpcpp/Makefile +++ b/net/ulxmlrpcpp/Makefile @@ -17,10 +17,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A ultra lightweight xml-rpc library written in C++ -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 USE_BZIP2= yes +USE_ICONV= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |