diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-06 06:35:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-06 06:35:19 +0000 |
commit | df26af9a749ca6408f4ec8067b68ab18af7d6ac1 (patch) | |
tree | 89b1789f23836021339e11c24d36d490465fbd1b /cad/gnetlist/Makefile | |
parent | . Remove an assert() which asserts that if isatty() is true then (diff) |
Update to version 20030223 which now works with guile 1.6.
Submitted by: maintainer
Diffstat (limited to 'cad/gnetlist/Makefile')
-rw-r--r-- | cad/gnetlist/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile index 81db76a42abc..dff5071fedb8 100644 --- a/cad/gnetlist/Makefile +++ b/cad/gnetlist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnetlist -PORTVERSION= 20020825 +PORTVERSION= 20030223 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ \ @@ -16,12 +16,11 @@ DISTNAME= geda-${PORTNAME}-${PORTVERSION} MAINTAINER= bruno@tinkerbox.org COMMENT= gEDA electronic schematic capture tools, netlister -LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \ +LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \ guile.15:${PORTSDIR}/lang/guile BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols USE_LIBTOOL= yes -#USE_AUTOCONF= yes GNU_CONFIGURE= yes AUTOCONF= autoconf |