aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pear-Mail/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-07-08 22:19:46 +0800
committernovel <novel@FreeBSD.org>2005-07-08 22:19:46 +0800
commit414f4e0bac76c6bd2e9759890952c16acef013f8 (patch)
tree8113fae3bf51286ab609440f1c617463e0d78993 /mail/pear-Mail/Makefile
parent420b76aa77a7bd888f73482f26e0dd64297d4a36 (diff)
downloadfreebsd-ports-gnome-414f4e0bac76c6bd2e9759890952c16acef013f8.tar.gz
freebsd-ports-gnome-414f4e0bac76c6bd2e9759890952c16acef013f8.tar.zst
freebsd-ports-gnome-414f4e0bac76c6bd2e9759890952c16acef013f8.zip
Update to 1.1.5.
PR: 83140 Submitted by: Antonio Carlos Venancio Junior (maintainer)
Diffstat (limited to 'mail/pear-Mail/Makefile')
-rw-r--r--mail/pear-Mail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile
index 5582b98b00b5..026b2899237e 100644
--- a/mail/pear-Mail/Makefile
+++ b/mail/pear-Mail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mail
-PORTVERSION= 1.1.4
+PORTVERSION= 1.1.5
CATEGORIES= mail www pear
MAINTAINER= antonio@php.net
@@ -19,13 +19,13 @@ FILES= Mail.php Mail/mail.php Mail/null.php Mail/sendmail.php \
Mail/smtp.php Mail/RFC822.php
TESTS= rfc822.phpt
-LATEST_LINK= pear-Mail # Required for OPTIONS
+LATEST_LINK= pear-${PORTNAME}
OPTIONS= PEAR_NET_SMTP "PEAR::Net_SMTP support" off
.include <bsd.port.pre.mk>
.if defined(WITH_PEAR_NET_SMTP)
-BUILD_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
+RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
.endif
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"