diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 5 | ||||
-rw-r--r-- | math/gnuplot+/pkg-descr | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 07c1feb11b8f..18ce396a9764 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -15,10 +15,11 @@ MASTER_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gnuplot+/3.7base/ \ ftp://ftp.rc.tutrp.tut.ac.jp/pub/mirror/gnuplot+/3.7base/ DISTFILES= gnuplot-3.7.1.tar.gz gnuplot3.7.1+1.1.9.patch.tar.gz \ gnuplot3.7.1+1.1.9.bugfix +EXTRACT_ONLY= gnuplot-3.7.1.tar.gz MAINTAINER= nakaji@tutrp.tut.ac.jp -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib .if defined(WITH_JP) BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/japanese/gd \ @@ -28,8 +29,6 @@ LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .endif -EXTRACT_ONLY= gnuplot-3.7.1.tar.gz - USE_XLIB= yes USE_GMAKE= yes USE_AUTOCONF= yes diff --git a/math/gnuplot+/pkg-descr b/math/gnuplot+/pkg-descr index 4dce030ebc02..6bafc89b8ca9 100644 --- a/math/gnuplot+/pkg-descr +++ b/math/gnuplot+/pkg-descr @@ -8,4 +8,5 @@ On patched gnuplot, the following are added. 3. Saving histories of command-line-editing by GNU readline library. For more information, see /usr/local/share/doc/gnuplot+/README.plus -or http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot+/ + +WWW: http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot+/ |