[37535] trunk/dports/devel/libcdio/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 11 16:31:32 PDT 2008


Revision: 37535
          http://trac.macosforge.org/projects/macports/changeset/37535
Author:   jmr at macports.org
Date:     2008-06-11 16:31:31 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
libcdio: switch to port: dependencies, depend on everything that is linked against

Modified Paths:
--------------
    trunk/dports/devel/libcdio/Portfile

Modified: trunk/dports/devel/libcdio/Portfile
===================================================================
--- trunk/dports/devel/libcdio/Portfile	2008-06-11 23:00:31 UTC (rev 37534)
+++ trunk/dports/devel/libcdio/Portfile	2008-06-11 23:31:31 UTC (rev 37535)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name             libcdio
 version          0.75
 categories       devel
@@ -17,8 +18,8 @@
 configure.args   --infodir=${prefix}/share/info \
                  --disable-vcd-info \
 		 --mandir=${prefix}/share/man
-depends_build    bin:pkg-config:pkgconfig
-depends_lib      lib:libcddb.0:libcddb
+depends_build    port:pkgconfig
+depends_lib      port:libcddb port:libiconv port:gettext port:popt port:ncurses
 
 test.run         yes
 test.target      check

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080611/c5ffc6f4/attachment.htm 


More information about the macports-changes mailing list