diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch) | |
tree | fc7606d0883621b7ad825f441375954cd70cf9a8 /devel/libiqxmlrpc | |
parent | 3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff) | |
download | ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.tar.gz ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip |
Notes
Diffstat (limited to 'devel/libiqxmlrpc')
-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 f6c7e9e90b69..3d6506a92cd6 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> |