diff options
Diffstat (limited to 'cad/geda-utils/Makefile')
-rw-r--r-- | cad/geda-utils/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index 8c5acd3359b5..ce1b136cbf75 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -5,23 +5,22 @@ # $FreeBSD$ # -PORTNAME= utils -PORTVERSION= 20020825 +PORTNAME= geda-utils +PORTVERSION= 20030223 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ \ http://www.tinkerbox.org/projects/files/gEDA/ -DISTNAME= geda-${PORTNAME}-${PORTVERSION} MAINTAINER= bruno@tinkerbox.org COMMENT= gEDA utilities BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols -LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \ - guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \ + guile.15:${PORTSDIR}/lang/guile USE_LIBTOOL= yes -#USE_AUTOCONF= yes + AUTOCONF= autoconf USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |