From 634a57370e2d88a3fb5f4b21eb42c4fb3706a2dd Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 22 Oct 2013 16:18:01 +0000 Subject: Add missing dependency on pear-Horde_Socket_Client to pear-Horde_Smtp --- mail/pear-Horde_Smtp/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail') diff --git a/mail/pear-Horde_Smtp/Makefile b/mail/pear-Horde_Smtp/Makefile index 75c28e7bfac4..42758b24fe37 100644 --- a/mail/pear-Horde_Smtp/Makefile +++ b/mail/pear-Horde_Smtp/Makefile @@ -2,6 +2,7 @@ PORTNAME= Horde_Smtp PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= mail www pear PKGNAMEPREFIX= pear- @@ -10,6 +11,7 @@ COMMENT= Horde SMTP Client USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ + Horde_Socket_Client \ Horde_Support NO_STAGE= yes -- cgit