diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-03-28 22:58:55 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-03-28 22:58:55 +0000 |
commit | 00882f1bf11ea3654b5dcb627aa291d9e6c7c309 (patch) | |
tree | 490f30ab1c292c0e27516d542480f7852275afca /mail/opendkim/Makefile | |
parent | b719e941731d17345975ccb2affabe2c18208355 (diff) | |
download | ports-00882f1bf11ea3654b5dcb627aa291d9e6c7c309.tar.gz ports-00882f1bf11ea3654b5dcb627aa291d9e6c7c309.zip |
Notes
Diffstat (limited to 'mail/opendkim/Makefile')
-rw-r--r-- | mail/opendkim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index ee415ecfea30..0653fd7b57fa 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendkim -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.2 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ @@ -156,6 +156,7 @@ PLIST_SUB+= LUA="@comment " pre-configure: ${REINPLACE_CMD} -e '/PKG_CONFIG/s/lua5/lua-5/' \ + -e '/PKG_CONFIG/s/cyrussasl/libsasl2/' \ ${WRKSRC}/configure post-patch: |