diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-26 21:50:12 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-26 21:50:12 +0800 |
commit | bd8a2c0f0d9563450d244e2e08d45eb6db86299d (patch) | |
tree | be94613132622cac9a5149570348edf3580544dc | |
parent | 6e04fd7764d69884e1235c8da432bf5bed0e7cab (diff) | |
download | freebsd-ports-gnome-bd8a2c0f0d9563450d244e2e08d45eb6db86299d.tar.gz freebsd-ports-gnome-bd8a2c0f0d9563450d244e2e08d45eb6db86299d.tar.zst freebsd-ports-gnome-bd8a2c0f0d9563450d244e2e08d45eb6db86299d.zip |
Correct RUN_DEPENDS.
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 17b112cbb813..44e87c459289 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -16,6 +16,7 @@ DISTNAME= MailTools-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |