Revision
148267
Author
devans@macports.org
Date
2016-05-01 17:29:36 -0700 (Sun, 01 May 2016)

Log Message

p5-alien-gimp: use path depspec to allow gimp2 or gimp2-devel to satisfy dependency.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-alien-gimp/Portfile (148266 => 148267)


--- trunk/dports/perl/p5-alien-gimp/Portfile	2016-05-02 00:07:30 UTC (rev 148266)
+++ trunk/dports/perl/p5-alien-gimp/Portfile	2016-05-02 00:29:36 UTC (rev 148267)
@@ -25,7 +25,7 @@
                     port:p${perl5.major}-io-all
 
     depends_lib-append \
-                    port:gimp2
+                    path:lib/libgimpbase-2.0:gimp2
 
     supported_archs noarch
 }