diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
commit | fd47512c4d4c56a44be1c04e959ff603cf484c84 (patch) | |
tree | 9750e5e8ac0d220c2ad011ce48800d00b80ac5b3 /math/guppi | |
parent | e9c1a8c826b30368b045802db85d5822dd5f2626 (diff) |
Notes
Diffstat (limited to 'math/guppi')
-rw-r--r-- | math/guppi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 410e2015012b..e86842aca101 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -7,7 +7,7 @@ PORTNAME= guppi PORTVERSION= 0.40.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_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.18:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_GMAKE= yes |