diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /math | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) | |
download | ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/asir2000/Makefile | 4 | ||||
-rw-r--r-- | math/mbasecalc/Makefile | 3 | ||||
-rw-r--r-- | math/ump/Makefile | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 30b0d9b7aae6..6a57f6fc7cb8 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -7,7 +7,7 @@ PORTNAME= asir PORTVERSION= 20070806 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -20,9 +20,9 @@ COMMENT= The system Risa/Asir is a general computer algebra system LIB_DEPENDS= pari.2:${PORTSDIR}/math/pari +USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:15 autoconf:261 -USE_XLIB= yes CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari ASIR_SRC_VERSION= ${PORTVERSION} ASIR_DOC_VERSION= 20070718 diff --git a/math/mbasecalc/Makefile b/math/mbasecalc/Makefile index fc8c175d7e82..9979c57d4ee4 100644 --- a/math/mbasecalc/Makefile +++ b/math/mbasecalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= mbasecalc PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.muquit.com/muquit/software/mbasecalc/ DISTNAME= ${PORTNAME} @@ -17,7 +17,6 @@ COMMENT= Simple calculator program inspired by basecalc LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -USE_X_PREFIX= yes MAKE_ARGS= INCLUDES="-I${X11BASE}/include -I." \ LIBS="-L${X11BASE}/lib -lfltk -lX11" diff --git a/math/ump/Makefile b/math/ump/Makefile index 704a90f3fcdd..60c147c11f2d 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -21,7 +21,6 @@ LATEST_LINK= math-ump USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 -USE_XLIB= yes USE_GL= yes USE_X_PREFIX= yes |