diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /devel/libiqxmlrpc/Makefile | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
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= * |