[25694] trunk/dports/audio/shntool/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon May 28 16:02:54 PDT 2007


Revision: 25694
          http://trac.macosforge.org/projects/macports/changeset/25694
Author:   ryandesign at macports.org
Date:     2007-05-28 16:02:53 -0700 (Mon, 28 May 2007)

Log Message:
-----------
Depend on libraries via port: syntax, not lib: syntax.

Modified Paths:
--------------
    trunk/dports/audio/shntool/Portfile

Modified: trunk/dports/audio/shntool/Portfile
===================================================================
--- trunk/dports/audio/shntool/Portfile	2007-05-28 23:00:51 UTC (rev 25693)
+++ trunk/dports/audio/shntool/Portfile	2007-05-28 23:02:53 UTC (rev 25694)
@@ -15,8 +15,11 @@
 platforms	darwin
 master_sites	http://etree.org/shnutils/shntool/source/
 checksums	md5 3efbb71b94f5e285daecfe137114873d
-depends_lib	lib:libexpat.0:expat port:gettext \
-		lib:libiconv.2:libiconv bin:shorten:shorten
+depends_lib	\
+	port:expat \
+	port:gettext \
+	port:libiconv \
+	port:shorten
 configure.args	--mandir=${prefix}/share/man
 
 post-patch { 	reinplace "s|$\(bindir)/shn|${destroot}${prefix}/bin/shn|g" \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070528/61ff348b/attachment.html


More information about the macports-changes mailing list