[27283] trunk/dports/gnome/libgnomecups/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 26 23:47:45 PDT 2007


Revision: 27283
          http://trac.macosforge.org/projects/macports/changeset/27283
Author:   boeyms at macports.org
Date:     2007-07-26 23:47:44 -0700 (Thu, 26 Jul 2007)

Log Message:
-----------
gnome/libgnomecups: Make port depend on system-provided cups.h

This patch changes gnome/libgnomecups to depend on /usr/include/cups/cups.h
rather than ${prefix}/include/cups/cups.h, since it is only when the former is
missing that port:cups-headers should be included, rather than the latter.

Modified Paths:
--------------
    trunk/dports/gnome/libgnomecups/Portfile

Modified: trunk/dports/gnome/libgnomecups/Portfile
===================================================================
--- trunk/dports/gnome/libgnomecups/Portfile	2007-07-27 06:47:38 UTC (rev 27282)
+++ trunk/dports/gnome/libgnomecups/Portfile	2007-07-27 06:47:44 UTC (rev 27283)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name		libgnomecups
 version		0.2.2
+revision	1
 description	This is an implementation of the Gnome Printing Architecture
 long_description       	This is an implementation of the Gnome Printing \
 			Architecture
@@ -12,7 +13,7 @@
 master_sites    gnome:sources/libgnomecups/0.2/
 checksums	rmd160 150e1c87a43d92dfa5237995f3615c733ed3e20f
 depends_lib	lib:libglib.2:glib2
-depends_build	path:${prefix}/include/cups/cups.h:cups-headers \
+depends_build	path:/usr/include/cups/cups.h:cups-headers \
 		port:p5-xml-parser
 use_bzip2 	yes
 configure.args  --mandir=${prefix}/share/man 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070726/70a32a4f/attachment.html


More information about the macports-changes mailing list