diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-08-31 20:09:32 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-08-31 20:09:32 +0000 |
commit | 18a8d039dee645427c4d8b0443f67e3fa1ec097a (patch) | |
tree | f5e55b6606dbcb4dd6d5623fa12516697784942b /deskutils/pinot/Makefile | |
parent | 9a128aa6b5163280d2739d7656bd27f01b9913b3 (diff) | |
download | ports-18a8d039dee645427c4d8b0443f67e3fa1ec097a.tar.gz ports-18a8d039dee645427c4d8b0443f67e3fa1ec097a.zip |
Notes
Diffstat (limited to 'deskutils/pinot/Makefile')
-rw-r--r-- | deskutils/pinot/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 51e66aa8f2f1..e761bc8e5280 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -6,9 +6,8 @@ # PORTNAME= pinot -PORTVERSION= 0.87 +PORTVERSION= 0.88 CATEGORIES= deskutils -PORTREVISION= 1 MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ # http://amra.dyndns.org/ @@ -49,11 +48,6 @@ USE_PYTHON= yes USE_OPENSSL= yes USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters -.if defined(WITH_SOAP) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libgsoap.a:${PORTSDIR}/devel/gsoap -CONFIGURE_ARGS+= --enable-soap=yes -.endif - .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=yes .endif |