[85520] trunk/dports/devel/libnotify/Portfile

jmr at macports.org jmr at macports.org
Thu Oct 13 22:23:12 PDT 2011


Revision: 85520
          http://trac.macports.org/changeset/85520
Author:   jmr at macports.org
Date:     2011-10-13 22:23:11 -0700 (Thu, 13 Oct 2011)
Log Message:
-----------
libnotify: avoid clobbering autotools deps

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

Modified: trunk/dports/devel/libnotify/Portfile
===================================================================
--- trunk/dports/devel/libnotify/Portfile	2011-10-14 05:15:00 UTC (rev 85519)
+++ trunk/dports/devel/libnotify/Portfile	2011-10-14 05:23:11 UTC (rev 85520)
@@ -25,6 +25,9 @@
 checksums           sha1    bb088a318cfccb4261674065838860fa940fc04a \
                     rmd160  97c7d295683d6a093e46611d354fe8bfd799fb7d
 
+depends_build       port:pkgconfig
+depends_lib         port:gtk2 port:dbus-glib
+
 variant quartz {
     patchfiles-append   patch-libnotify-notification-c.diff
 }
@@ -45,9 +48,6 @@
 
 use_autoreconf      yes
 
-depends_build       port:pkgconfig
-depends_lib         port:gtk2 port:dbus-glib
-
 livecheck.type      regex
 livecheck.url       http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111013/2dcc1288/attachment.html>


More information about the macports-changes mailing list