summaryrefslogtreecommitdiff
path: root/mail/panda-cclient/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-10-28 17:54:22 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-10-28 17:54:22 +0000
commitbfadce864b81e2cf44abce21ba35713782d07126 (patch)
treecd421e81e95aeab1a966e716bfe1417c233112a7 /mail/panda-cclient/Makefile
parent- Update to 0.5 (diff)
Fix in head and with openssl-devel.
Obtained from: openembedded/meta-openembedded
Notes
Notes: svn path=/head/; revision=483321
Diffstat (limited to 'mail/panda-cclient/Makefile')
-rw-r--r--mail/panda-cclient/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/panda-cclient/Makefile b/mail/panda-cclient/Makefile
index a612b766ea8c..7536683223cc 100644
--- a/mail/panda-cclient/Makefile
+++ b/mail/panda-cclient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cclient
PORTVERSION= 20130621
+PORTREVISION= 1
CATEGORIES= mail devel ipv6
PKGNAMEPREFIX= panda-
@@ -33,12 +34,6 @@ USES+= ssl
PKGMESSAGE= pkg-message-ssl
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
USE_LDCONFIG= yes
ALL_TARGET= bsf
.if ! ${PORT_OPTIONS:MSSL}
@@ -113,4 +108,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/c-client/OSCFLAGS ${STAGEDIR}${PREFIX}/include/c-client
${INSTALL_DATA} ${PORTREV_H} ${STAGEDIR}${PREFIX}/include/c-client
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>