diff options
Diffstat (limited to 'devel/libiqxmlrpc/Makefile')
-rw-r--r-- | devel/libiqxmlrpc/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index 2b0be611f10c..be7f95e0546d 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: libiqxmlrpc -# Date created: 1 Apr 2008 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libiqxmlrpc PORTVERSION= 0.11.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -15,7 +11,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= Free, object-oriented XML-RPC implementation written in C++ BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs LICENSE= BSD @@ -27,6 +23,7 @@ CMAKE_ARGS= -Dbuild_docs=off .endif LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +USE_OPENSSL= yes PORTDATA= * |