diff options
author | makc <makc@FreeBSD.org> | 2012-11-12 22:42:00 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-11-12 22:42:00 +0800 |
commit | 3545af03823059b1544afe5d9b162e4e04c6e3f8 (patch) | |
tree | 46da4dbec896477f1116a8c999010e04fbaea28d /math/grace | |
parent | 0459c9b4bc906828b3db952d9d276ac6b7bf138f (diff) | |
download | freebsd-ports-gnome-3545af03823059b1544afe5d9b162e4e04c6e3f8.tar.gz freebsd-ports-gnome-3545af03823059b1544afe5d9b162e4e04c6e3f8.tar.zst freebsd-ports-gnome-3545af03823059b1544afe5d9b162e4e04c6e3f8.zip |
- Update MASTER_SITES
- Remove needless dependency on graphics/tiff
- Use xdg-open for help viewer
Submitted by: KATO Tsuguru <tkato432 at yahoo.com> via mail
Feature safe: yes
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index d7e1c6fe0e70..4d9715cda628 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -3,14 +3,13 @@ PORTNAME= grace PORTVERSION= 5.1.23 +PORTREVISION= 1 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ - ftp://ftp.chg.ru/pub/math/grace/src/stable/ \ - ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ \ - ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/stable/ + ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ MAINTAINER= ports@FreeBSD.org COMMENT= Powerful 2D plotting tool (successor of xmgr) @@ -20,9 +19,9 @@ LICENSE= GPLv2 LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ Xbae:${PORTSDIR}/x11-toolkits/xbae \ XmHTML:${PORTSDIR}/x11-toolkits/xmhtml +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USE_MOTIF= yes USE_GCC= any @@ -31,6 +30,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-grace-home=${DATADIR} \ --with-extra-incpath=${LOCALBASE}/include \ --with-extra-ldpath=${LOCALBASE}/lib \ + --with-helpviewer="xdg-open %s" \ --without-bundled-xbae ALL_TARGET= # empty MAKE_JOBS_SAFE= yes |