summaryrefslogtreecommitdiff
path: root/mail/libdkim
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-19 17:47:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-19 17:47:03 +0000
commit5e8d0a0dd3437ba85f301fa09073af21fef0374b (patch)
treebe902a3a27e9f7c25b9770b1785b99b7bac2a354 /mail/libdkim
parent- Mark BROKEN: does not compile (diff)
- Mark BROKEN on FreeBSD 6.x: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=224432
Diffstat (limited to 'mail/libdkim')
-rw-r--r--mail/libdkim/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/libdkim/Makefile b/mail/libdkim/Makefile
index f4743928bb0d..6000ba3812ef 100644
--- a/mail/libdkim/Makefile
+++ b/mail/libdkim/Makefile
@@ -22,9 +22,15 @@ USE_OPENSSL= YES
WRKSRC= ${WRKDIR}/${DISTNAME}/src
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on FreeBSD 6.x
+.endif
+
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
${FILESDIR}/Makefile > ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>