diff options
Diffstat (limited to 'cad/libgeda/Makefile')
-rw-r--r-- | cad/libgeda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index f1df98b3b388..6b62ca672041 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgeda PORTVERSION= 20070216 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ @@ -16,7 +16,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's tools base utility library LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \ - guile.19:${PORTSDIR}/lang/guile + guile.20:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes USE_GMAKE= yes |