aboutsummaryrefslogtreecommitdiffstats
path: root/mail/maildrop/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-26 17:40:44 +0800
committeredwin <edwin@FreeBSD.org>2005-12-26 17:40:44 +0800
commit85b549a0b18bc53681647a770410d06820fe7853 (patch)
tree453e41cb2f40d21eca0acaba69d71ba53dde3b0a /mail/maildrop/Makefile
parent3e259f57fe576ee7d5478879017158ce1b0217e7 (diff)
downloadfreebsd-ports-gnome-85b549a0b18bc53681647a770410d06820fe7853.tar.gz
freebsd-ports-gnome-85b549a0b18bc53681647a770410d06820fe7853.tar.zst
freebsd-ports-gnome-85b549a0b18bc53681647a770410d06820fe7853.zip
[PATCH] mail/maildrop: Update to 2.0.1
Update to latest release version 2.0.1. PR: ports/90915 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r--mail/maildrop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index f54de85434e9..5e2f0a3c554b 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -16,8 +16,7 @@
# WITH_AUTHLIB=yes Enable optional support for Courier Auth Library
PORTNAME= maildrop
-PORTVERSION= 1.8.0
-PORTREVISION= 3
+PORTVERSION= 2.0.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
@@ -37,6 +36,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
+
.if defined(WITH_AUTHLIB)
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.opt"