aboutsummaryrefslogtreecommitdiff
path: root/net/ulxmlrpcpp/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-10-28 17:23:35 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-10-28 17:23:35 +0000
commit0738863699ce2d57e2bd47f4a0a4e77a634e551e (patch)
tree20ccacd03ba7887547e24443df56d78623872aa0 /net/ulxmlrpcpp/Makefile
parentb4582be9d4c2740c755b78ae317bc2695e609716 (diff)
downloadports-0738863699ce2d57e2bd47f4a0a4e77a634e551e.tar.gz
ports-0738863699ce2d57e2bd47f4a0a4e77a634e551e.zip
Fix build on 10-current
PR: ports/181879 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=331873
Diffstat (limited to 'net/ulxmlrpcpp/Makefile')
-rw-r--r--net/ulxmlrpcpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ulxmlrpcpp/Makefile b/net/ulxmlrpcpp/Makefile
index 9c5aa953ebf9..cc3c35c24547 100644
--- a/net/ulxmlrpcpp/Makefile
+++ b/net/ulxmlrpcpp/Makefile
@@ -8,9 +8,9 @@ MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
-COMMENT= An ultra lightweight xml-rpc library written in C++
+COMMENT= Ultra lightweight xml-rpc library written in C++
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}