[49265] trunk/dports/x11/nabi/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 6 04:34:38 PDT 2009


Revision: 49265
          http://trac.macports.org/changeset/49265
Author:   ryandesign at macports.org
Date:     2009-04-06 04:34:38 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
nabi: pkgconfig is a build dependency, not a library dependency; fixes #19073 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/x11/nabi/Portfile

Modified: trunk/dports/x11/nabi/Portfile
===================================================================
--- trunk/dports/x11/nabi/Portfile	2009-04-06 11:32:45 UTC (rev 49264)
+++ trunk/dports/x11/nabi/Portfile	2009-04-06 11:34:38 UTC (rev 49265)
@@ -18,7 +18,8 @@
 master_sites		http://kldp.net/frs/download.php/3742/
 distname		nabi-${version}
 
-depends_lib		port:gtk2 port:pkgconfig port:libhangul
+depends_build		path:bin/pkg-config:pkgconfig
+depends_lib		port:gtk2 port:libhangul
 checksums		md5 8746890ea666ac1b7ae6db77993c6592
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/bd4d8e1b/attachment.html>


More information about the macports-changes mailing list