Revision
67091
Author
jowens@macports.org
Date
2010-04-28 16:36:47 -0700 (Wed, 28 Apr 2010)

Log Message

fixing lint problems with portfile, thx Ryan

Modified Paths

Diff

Modified: trunk/dports/python/py26-rpy2/Portfile (67090 => 67091)


--- trunk/dports/python/py26-rpy2/Portfile	2010-04-28 21:47:48 UTC (rev 67090)
+++ trunk/dports/python/py26-rpy2/Portfile	2010-04-28 23:36:47 UTC (rev 67091)
@@ -8,7 +8,7 @@
 version             2.1.1
 categories-append   science
 platforms           darwin
-maintainers         openmaintainer
+maintainers         nomaintainer
 description         A simple and efficient access to R from Python
 long_description    rpy2 is a redesign and rewrite of rpy. It is providing a \
                     low-level interface to R, a proposed high-level interface, \
@@ -25,4 +25,4 @@
 # To continue using your custom R installation instead of MacPorts' R,
 # you have to remove this dependency line and make sure that your R
 # is in MacPorts' binpath, see your macports.conf for details.
-depends_lib         port:R
+depends_lib-append  port:R