diff options
author | mm <mm@FreeBSD.org> | 2013-10-23 00:18:01 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2013-10-23 00:18:01 +0800 |
commit | 634a57370e2d88a3fb5f4b21eb42c4fb3706a2dd (patch) | |
tree | 157180729f1d3d97a56dca992fcb0b9b7f3defd8 /mail | |
parent | cfa25365c2b8981748710d39d17d3fe3e3e4b369 (diff) | |
download | freebsd-ports-gnome-634a57370e2d88a3fb5f4b21eb42c4fb3706a2dd.tar.gz freebsd-ports-gnome-634a57370e2d88a3fb5f4b21eb42c4fb3706a2dd.tar.zst freebsd-ports-gnome-634a57370e2d88a3fb5f4b21eb42c4fb3706a2dd.zip |
Add missing dependency on pear-Horde_Socket_Client to pear-Horde_Smtp
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Horde_Smtp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |