[100628] trunk/dports/python/py-elixir/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 17 16:57:35 PST 2012


Revision: 100628
          https://trac.macports.org/changeset/100628
Author:   ryandesign at macports.org
Date:     2012-12-17 16:57:35 -0800 (Mon, 17 Dec 2012)
Log Message:
-----------
py-elixir: append to depends_lib instead of overwriting; add modeline

Modified Paths:
--------------
    trunk/dports/python/py-elixir/Portfile

Modified: trunk/dports/python/py-elixir/Portfile
===================================================================
--- trunk/dports/python/py-elixir/Portfile	2012-12-18 00:56:31 UTC (rev 100627)
+++ trunk/dports/python/py-elixir/Portfile	2012-12-18 00:57:35 UTC (rev 100628)
@@ -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
@@ -29,5 +30,5 @@
 
 if {$subport != $name} {
     depends_build               port:py${python.version}-distribute
-    depends_lib                 port:py${python.version}-sqlalchemy
+    depends_lib-append          port:py${python.version}-sqlalchemy
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121217/e8169c1f/attachment.html>


More information about the macports-changes mailing list