diff options
Diffstat (limited to 'cad/geda-gattrib/Makefile')
-rw-r--r-- | cad/geda-gattrib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile index add11f724efb..f4609caad5ca 100644 --- a/cad/geda-gattrib/Makefile +++ b/cad/geda-gattrib/Makefile @@ -6,12 +6,11 @@ # PORTNAME= gattrib -PORTVERSION= 20061020 +PORTVERSION= 20070216 PORTREVISION= 0 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/ + http://geda.seul.org/devel/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} @@ -19,7 +18,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's attribute editor RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols -LIB_DEPENDS= geda.27:${PORTSDIR}/cad/libgeda +LIB_DEPENDS= geda.28:${PORTSDIR}/cad/libgeda DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda |