Revision
72677
Author
jmr@macports.org
Date
2010-10-23 06:02:33 -0700 (Sat, 23 Oct 2010)

Log Message

swig: pcre needs to be depends_lib

Modified Paths

Diff

Modified: trunk/dports/devel/swig/Portfile (72676 => 72677)


--- trunk/dports/devel/swig/Portfile	2010-10-23 11:58:45 UTC (rev 72676)
+++ trunk/dports/devel/swig/Portfile	2010-10-23 13:02:33 UTC (rev 72677)
@@ -31,9 +31,10 @@
                     rmd160  6f09476c11160d07de080c6e97dc89ec71ff821d
 
 depends_build	port:bison \
-    port:gsed \
-    port:pcre
+    port:gsed
 
+depends_lib	port:pcre
+
 post-patch {
     # The configure script should use GNU sed
     reinplace "s/\[\[:<:\]\]sed\[\[:>:\]\]/gsed/g" ${worksrcpath}/configure