diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-06 14:35:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-06 14:35:19 +0800 |
commit | edd3ae857a1650e6cddf210bf5f809ca4b59271a (patch) | |
tree | 46570d22ef8b496faa346757f3bab97940227557 /cad/libgeda/Makefile | |
parent | 57e1a8ed6a0070aa95d078d867629f16d47ec550 (diff) | |
download | freebsd-ports-gnome-edd3ae857a1650e6cddf210bf5f809ca4b59271a.tar.gz freebsd-ports-gnome-edd3ae857a1650e6cddf210bf5f809ca4b59271a.tar.zst freebsd-ports-gnome-edd3ae857a1650e6cddf210bf5f809ca4b59271a.zip |
Update to version 20030223 which now works with guile 1.6.
Submitted by: maintainer
Diffstat (limited to 'cad/libgeda/Makefile')
-rw-r--r-- | cad/libgeda/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 99d8e0953bac..d2b73b4f7d56 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgeda -PORTVERSION= 20020825 +PORTVERSION= 20030223 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ \ @@ -15,11 +15,11 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ MAINTAINER= bruno@tinkerbox.org COMMENT= gEDA tools base utility library -LIB_DEPENDS= gdgeda.4:${PORTSDIR}/graphics/libgdgeda \ +LIB_DEPENDS= gdgeda.5:${PORTSDIR}/graphics/libgdgeda \ guile.15:${PORTSDIR}/lang/guile USE_LIBTOOL= yes -USE_AUTOCONF_VER= 253 +#USE_AUTOCONF_VER= 253 USE_GNOME= gtk12 INSTALLS_SHLIB= yes |