diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
commit | 6127ef4c19b3753b5c840084cb831d63174d1be5 (patch) | |
tree | 89299bcb6515924909e72b49e39c149921ba8fd2 /math | |
parent | 337ea022b8a5578a7859f25f4046591bee3d8325 (diff) | |
download | freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.gz freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.zst freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.zip |
Chase libguile shared lib version.
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 e0c0313b1601..623f24ae0fd9 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -7,7 +7,7 @@ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ofset @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ofset MAINTAINER= amdmi3@amdmi3.ru COMMENT= A GTK interactive geometry sofware -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile USE_X_PREFIX= yes USE_GETTEXT= yes diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 8c6c8bc8b89b..02b3f69509d6 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -7,7 +7,7 @@ PORTNAME= guppi PORTVERSION= 0.40.3 -PORTREVISION= 8 +PORTREVISION= 9 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.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_XLIB= yes |