diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-03 01:16:10 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-03 01:16:10 +0800 |
commit | bd480012879763a36af2a09ae110151b8f98dbf0 (patch) | |
tree | e47dd1c4432f4b5d60cb3905dc05c959901f6275 /math | |
parent | 54c473037e6def85876d1819b65ad4798d580a38 (diff) | |
download | freebsd-ports-gnome-bd480012879763a36af2a09ae110151b8f98dbf0.tar.gz freebsd-ports-gnome-bd480012879763a36af2a09ae110151b8f98dbf0.tar.zst freebsd-ports-gnome-bd480012879763a36af2a09ae110151b8f98dbf0.zip |
- Update to 0.6.2 [1]
- Use USE_GNOME=libxml2 rather than a hardcoded dependency
[1]:
PR: ports/86829
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/wxMaxima/Makefile | 6 | ||||
-rw-r--r-- | math/wxMaxima/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index 840e4f94e111..3c36e4810936 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wxMaxima -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= nivit@email.it COMMENT= A wxWidgets GUI for the computer algebra system maxima -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima +USE_GNOME= libxml2 WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} \ diff --git a/math/wxMaxima/distinfo b/math/wxMaxima/distinfo index f1f1b09d2707..f44a8e2f037a 100644 --- a/math/wxMaxima/distinfo +++ b/math/wxMaxima/distinfo @@ -1,2 +1,2 @@ -MD5 (wxMaxima-0.6.1.tar.gz) = 32f19a748e38f8028b4d4b0243eba24e -SIZE (wxMaxima-0.6.1.tar.gz) = 1000110 +MD5 (wxMaxima-0.6.2.tar.gz) = b1ed5cc352dfe6b6c58b1f4c200aeaf7 +SIZE (wxMaxima-0.6.2.tar.gz) = 791409 |