diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 0be8fb7a769037ffce046ff5fb03e73a4b506e09 (patch) | |
tree | 3694b8bc49e4a0588d61a3443ee56ea0f3b89d3f /devel/libiqxmlrpc/Makefile | |
parent | e49c9c261a7473cfcb91586fa5bf34a1bf3e2337 (diff) | |
download | FreeBSD-ports-0be8fb7a769037ffce046ff5fb03e73a4b506e09.zip FreeBSD-ports-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.gz |
- Get rid FreeBSD 6 support
Diffstat (limited to 'devel/libiqxmlrpc/Makefile')
-rw-r--r-- | devel/libiqxmlrpc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index f6c7e9e..3d6506a 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -20,14 +20,8 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs\ GNU_CONFIGURE= yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" -.endif - post-patch: @${REINPLACE_CMD} 's,libxml++-1.0,libxml++-2.6,g' ${WRKSRC}/configure @${REINPLACE_CMD} 's,{libdir}/pkgconfig,{prefix}/libdata/pkgconfig,' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |