diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-05 05:06:03 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-05 05:06:03 +0800 |
commit | e859422996775f4b81fb1215d8809976bc45843a (patch) | |
tree | c9464a89b15d700ea96fd1eb9f357c0e441a291d /mail/postfix-gps | |
parent | 9b0642e481bba56d5f82384fe2bc42385bbe22ee (diff) | |
download | freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.tar.gz freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.tar.zst freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.zip |
Chase libdbi update.
Convert postfix-gps and refdb to new LIB_DEPENDS format.
Reported by: Jimmy Olgeni <olgeni@olgeni.com>
Diffstat (limited to 'mail/postfix-gps')
-rw-r--r-- | mail/postfix-gps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile index f460fc132541..903adcbaa6b0 100644 --- a/mail/postfix-gps/Makefile +++ b/mail/postfix-gps/Makefile @@ -3,7 +3,7 @@ PORTNAME= gps PORTVERSION= 1.005 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail security MASTER_SITES= SF/greylist/greylist/${PORTVERSION}-bugfix PKGNAMEPREFIX= postfix- @@ -12,7 +12,7 @@ DISTNAME= gps-${PORTVERSION}-bugfix MAINTAINER= ports@FreeBSD.org COMMENT= Greylist Policy Service for postfix -LIB_DEPENDS= dbi:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers \ p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql |