[44776] trunk/dports/gnome/startup-notification/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 18:15:53 PST 2009


Revision: 44776
          http://trac.macports.org/changeset/44776
Author:   jeremyhu at macports.org
Date:     2009-01-02 18:15:53 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
startup-notification: autoreconf to build universal.  Added X11 dependencies

Modified Paths:
--------------
    trunk/dports/gnome/startup-notification/Portfile

Modified: trunk/dports/gnome/startup-notification/Portfile
===================================================================
--- trunk/dports/gnome/startup-notification/Portfile	2009-01-03 02:14:58 UTC (rev 44775)
+++ trunk/dports/gnome/startup-notification/Portfile	2009-01-03 02:15:53 UTC (rev 44776)
@@ -23,10 +23,18 @@
                 sha1 2c09f43247683d1e4a16b2f8d1e236b57eafae68 \
                 rmd160 b9c26d40a8b9cce8e13c729fb77720d4fdcc6de1
 
-configure.args  --mandir=${prefix}/share/man
+depends_build \
+	port:autoconf \
+	port:automake \
+	port:libtool
 
-configure.cppflags-append   -L${prefix}/lib
+depends_lib \
+	lib:libSM.6:xorg-libsm \
+	lib:libX11.6:xorg-libX11
 
+use_autoreconf yes
+autoreconf.args -fvi
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090102/ed1dd131/attachment.html>


More information about the macports-changes mailing list