[36963] trunk/dports/databases/gauche-dbd-pg/Portfile
jmr at macports.org
jmr at macports.org
Wed May 21 04:12:56 PDT 2008
Revision: 36963
http://trac.macosforge.org/projects/macports/changeset/36963
Author: jmr at macports.org
Date: 2008-05-21 04:12:55 -0700 (Wed, 21 May 2008)
Log Message:
-----------
gauche-dbd-pg: dependency cleanup. Don't put the same ports in depends_build and depends_lib, and change the nonexistent 'postgresql' dependency in the postgresql7 variant to 'postgresql7'. Closes #15363.
Modified Paths:
--------------
trunk/dports/databases/gauche-dbd-pg/Portfile
Modified: trunk/dports/databases/gauche-dbd-pg/Portfile
===================================================================
--- trunk/dports/databases/gauche-dbd-pg/Portfile 2008-05-21 11:05:57 UTC (rev 36962)
+++ trunk/dports/databases/gauche-dbd-pg/Portfile 2008-05-21 11:12:55 UTC (rev 36963)
@@ -11,8 +11,7 @@
distname Gauche-dbd-pg-${version}
extract.suffix .tgz
checksums md5 453dc296365dfbc47d465f29e6552627
-depends_build bin:gauche-config:gauche bin:pg_config:postgresql80
-depends_lib lib:libgauche:gauche lib:libpq:postgresql80
+depends_lib port:gauche lib:libpq:postgresql80
configure.env-append PATH=${prefix}/lib/pgsql8/bin:\${PATH}
test.run yes
test.target check
@@ -21,8 +20,6 @@
variant postgresql7 {
configure.env-delete PATH=${prefix}/lib/pgsql8/bin:\${PATH}
configure.env-append PATH=${prefix}/bin:\${PATH}
- depends_build-delete bin:pg_config:postgresql80
depends_lib-delete lib:libpq:postgresql80
- depends_build bin:pg_config:postgresql
- depends_lib lib:libpq:postgresql
+ depends_lib port:postgresql7
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080521/50e49605/attachment.htm
More information about the macports-changes
mailing list