aboutsummaryrefslogtreecommitdiff
path: root/mail/libdkim
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 14:33:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 14:33:37 +0000
commit7bf1652bdaf99b0b755f7dcc647de352532ee515 (patch)
tree149ccf6e15957795fd2e787c27cc0cfc8cefd0bd /mail/libdkim
parente577956b92c07c59df949df878a552f6b288a2ee (diff)
downloadports-7bf1652bdaf99b0b755f7dcc647de352532ee515.tar.gz
ports-7bf1652bdaf99b0b755f7dcc647de352532ee515.zip
Notes
Diffstat (limited to 'mail/libdkim')
-rw-r--r--mail/libdkim/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mail/libdkim/Makefile b/mail/libdkim/Makefile
index 3f478e61d8b9..b7e456563000 100644
--- a/mail/libdkim/Makefile
+++ b/mail/libdkim/Makefile
@@ -20,19 +20,9 @@ USE_OPENSSL= YES
WRKSRC= ${WRKDIR}/${PORTNAME}/src
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-#Check for OPENSSL 0.9.8 in BASE: If not present require PORT
-.if ${OSVERSION} < 700019
-WITH_OPENSSL_PORT= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
${FILESDIR}/Makefile > ${WRKSRC}/Makefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>