Index: head/mail/libdkim/Makefile =================================================================== --- head/mail/libdkim/Makefile (revision 225568) +++ head/mail/libdkim/Makefile (revision 225569) @@ -1,38 +1,40 @@ # New ports collection makefile for: libdkim # Date created: 03 Oct 2008 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= libdkim PORTVERSION= 1.0.17 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://duncanthrax.net/exim-experimental/ DISTNAME= ${PORTNAME}-${PORTVERSION}-tk MAINTAINER= skv@FreeBSD.org COMMENT= DKIM (DomainKeys Identified Mail) library USE_LDCONFIG= YES SHLIB_MAJOR= 1 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" USE_OPENSSL= YES WRKSRC= ${WRKDIR}/${DISTNAME}/src +.include + #Check for OPENSSL 0.9.8 in BASE: If not present require PORT -.if !exists(${DESTDIR}/lib/libcrypto.so.5) -WITH_OPENSSL_PORT= YES +.if ${OSVERSION} < 700019 +WITH_OPENSSL_PORT= yes .endif .include post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ ${FILESDIR}/Makefile > ${WRKSRC}/Makefile .include Property changes on: head/mail/libdkim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property