[82631] trunk/dports/mail/pemail/Portfile

dports at macports.org dports at macports.org
Tue Aug 16 21:54:06 PDT 2011


Revision: 82631
          http://trac.macports.org/changeset/82631
Author:   dports at macports.org
Date:     2011-08-16 21:54:04 -0700 (Tue, 16 Aug 2011)
Log Message:
-----------
pemail: fix dependency typos

Modified Paths:
--------------
    trunk/dports/mail/pemail/Portfile

Modified: trunk/dports/mail/pemail/Portfile
===================================================================
--- trunk/dports/mail/pemail/Portfile	2011-08-17 04:50:18 UTC (rev 82630)
+++ trunk/dports/mail/pemail/Portfile	2011-08-17 04:54:04 UTC (rev 82631)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -20,9 +21,9 @@
 checksums		md5 4fbd8f9e8a3912c3b86bbe4a69ed29cd
 
 depends_lib		port:perl5.12
-depends_run		port:p5.12--mail-pop3client \
-				port:p5.12--mime-lite \
-				port:p5.12--term-readkey
+depends_run		port:p5.12-mail-pop3client \
+				port:p5.12-mime-lite \
+				port:p5.12-term-readkey
 
 configure	{
 	reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" ${worksrcpath}/pemail.pl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110816/c06a952d/attachment.html>


More information about the macports-changes mailing list