[118004] trunk/dports/devel/libdvdnav/Portfile

cal at macports.org cal at macports.org
Tue Mar 18 14:09:45 PDT 2014


Revision: 118004
          https://trac.macports.org/changeset/118004
Author:   cal at macports.org
Date:     2014-03-18 14:09:45 -0700 (Tue, 18 Mar 2014)
Log Message:
-----------
libdvdnav: add missing pkg-config dependency identified by trace mode

Also switch to use_autoreconf yes, which automatically adds the required deps.

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

Modified: trunk/dports/devel/libdvdnav/Portfile
===================================================================
--- trunk/dports/devel/libdvdnav/Portfile	2014-03-18 20:47:36 UTC (rev 118003)
+++ trunk/dports/devel/libdvdnav/Portfile	2014-03-18 21:09:45 UTC (rev 118004)
@@ -27,19 +27,18 @@
 
 depends_lib         port:libdvdread
 
-depends_build       port:autoconf \
-                    port:automake \
-                    port:libtool
+use_autoreconf      yes
 
 homepage            http://dvdnav.mplayerhq.hu/
 master_sites        ${homepage}releases/
 
+depends_build-append \
+                    port:pkgconfig
+
 use_xz              yes
 checksums           rmd160  d2232da3585f1a436335b754cbc313dbeb3105e0 \
                     sha256  7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372
 
-configure.cmd       ./autogen.sh
-
 # Fix build failure when upgrading from previous version.
 configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140318/0a2e4b7a/attachment.html>


More information about the macports-changes mailing list