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/drgeo/Makefile | |
parent | Update to 1.8.8 (diff) |
- Chase guile shared lib bump
- Add an entry to UPDATING
Notes
Notes:
svn path=/head/; revision=278635
Diffstat (limited to 'math/drgeo/Makefile')
-rw-r--r-- | math/drgeo/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |