Revision
115453
Author
jmr@macports.org
Date
2014-01-02 04:15:48 -0800 (Thu, 02 Jan 2014)

Log Message

plplot: remove unused deps

Modified Paths

Diff

Modified: trunk/dports/science/plplot/Portfile (115452 => 115453)


--- trunk/dports/science/plplot/Portfile	2014-01-02 11:58:10 UTC (rev 115452)
+++ trunk/dports/science/plplot/Portfile	2014-01-02 12:15:48 UTC (rev 115453)
@@ -26,18 +26,14 @@
 long_description    ${description_base} This port uses double precision.
 
 depends_build   port:cmake \
-                path:bin/pkg-config:pkgconfig
-depends_lib     port:expat \
-                port:qhull \
+                port:pkgconfig
+depends_lib     port:qhull \
                 port:fontconfig \
                 port:freefont-ttf \
                 port:freetype \
-                port:libiconv \
                 port:libLASi \
-                port:libpng \
                 port:swig-tcl \
-                port:tcl \
-                port:zlib
+                port:tcl
 
 post-patch {
     reinplace "s|-ObjC|-ObjC -framework AquaTerm|" ${worksrcpath}/cmake/modules/aqt.cmake