diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /math | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/drgeo/Makefile | 4 | ||||
-rw-r--r-- | math/guppi/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index cdf377132958..be630acc41b2 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -7,14 +7,14 @@ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= A GTK interactive geometry sofware -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_GETTEXT= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libglade2 diff --git a/math/guppi/Makefile b/math/guppi/Makefile index f6693b7ac246..87bb6a4d3fb7 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -7,7 +7,7 @@ PORTNAME= guppi PORTVERSION= 0.40.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/Guppi/0.40 @@ -16,7 +16,7 @@ DISTNAME= Guppi-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= A plotting program for GNOME -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_GMAKE= yes |