Revision
140059
Author
takeshi@macports.org
Date
2015-09-08 02:39:31 -0700 (Tue, 08 Sep 2015)

Log Message

plplot510: fix a fetch problem

Modified Paths

Diff

Modified: trunk/dports/science/plplot510/Portfile (140058 => 140059)


--- trunk/dports/science/plplot510/Portfile	2015-09-08 09:09:50 UTC (rev 140058)
+++ trunk/dports/science/plplot510/Portfile	2015-09-08 09:39:31 UTC (rev 140059)
@@ -13,7 +13,7 @@
 categories      science
 license         LGPL
 description     Scientific plotting package, double precision version
-master_sites    sourceforge
+master_sites    sourceforge:plplot
 checksums       rmd160  16e353cf410232da700d5f2edd1533006f2dc4c4 \
                 sha256  d4e930b8b9d43cd1663408986218d61f166de7cbc9ef5bed111b0bdea934f9d5
 homepage        http://plplot.sourceforge.net/
@@ -36,6 +36,7 @@
                 port:fontconfig \
                 port:freefont-ttf \
                 port:freetype \
+                port:libtool \
                 port:libLASi \
                 port:swig-tcl \
                 port:tcl
@@ -129,8 +130,7 @@
                         -DENABLE_wxwidgets=OFF \
                         -DBUILD_TEST=OFF \
                         -DHAVE_AGG=OFF \
-                        -DSWIG_DIR=${prefix}/bin \
-                        -DPLPLOT_HAVE_CONFIG_H=ON
+                        -DSWIG_DIR=${prefix}/bin
 configure.post_args     ../${distname}
 
 pre-configure {