[124184] trunk/dports/games/xboard/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Aug 20 07:50:22 PDT 2014


Revision: 124184
          https://trac.macports.org/changeset/124184
Author:   khindenburg at macports.org
Date:     2014-08-20 07:50:22 -0700 (Wed, 20 Aug 2014)
Log Message:
-----------
xboard: fix depends (using otool -L)

Modified Paths:
--------------
    trunk/dports/games/xboard/Portfile

Modified: trunk/dports/games/xboard/Portfile
===================================================================
--- trunk/dports/games/xboard/Portfile	2014-08-20 14:41:38 UTC (rev 124183)
+++ trunk/dports/games/xboard/Portfile	2014-08-20 14:50:22 UTC (rev 124184)
@@ -24,7 +24,18 @@
 checksums           rmd160  ff0a5363e898923026070e6c78ff054d2bb9773c \
                     sha256  7fd0b03f53dad57c587bc3438459612e2455534f715cfb0e637b6290f34cbeaa
 
-depends_build-append    port:pkgconfig port:cairo port:librsvg
-depends_lib         port:xorg-libXaw
+depends_build-append    port:pkgconfig
+depends_lib-append      path:lib/pkgconfig/cairo.pc:cairo \
+                        path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                        port:gdk-pixbuf2 \
+                        port:gettext \
+                        port:librsvg \
+                        port:xorg-libice \
+                        port:xorg-libsm \
+                        port:xorg-libX11 \
+                        port:xorg-libXaw \
+                        port:xorg-libXmu \
+                        port:xorg-libXt \
+                        port:xpm
 
 configure.args      --enable-zippy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140820/5e577a06/attachment-0001.html>


More information about the macports-changes mailing list