diff options
author | roberto <roberto@FreeBSD.org> | 2003-03-24 07:49:13 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2003-03-24 07:49:13 +0000 |
commit | c60b0303bee1c573bc3703e288ff6874721c6eab (patch) | |
tree | 74f57f6a5ec1bd84dc3156375cb3feabd5c056ba /lang/gnat-glade/Makefile | |
parent | 93a0ecd33d440691b9eb3c1f1e8b94063a7a212b (diff) | |
download | FreeBSD-ports-c60b0303bee1c573bc3703e288ff6874721c6eab.zip FreeBSD-ports-c60b0303bee1c573bc3703e288ff6874721c6eab.tar.gz |
Update to 3.15p: Previous version doesn't compile anymore with the newer GNAT
compiler.
PR: ports/49058
Submitted by: Samuel Tardieu <sam@inf.enst.fr>
Diffstat (limited to 'lang/gnat-glade/Makefile')
-rw-r--r-- | lang/gnat-glade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnat-glade/Makefile b/lang/gnat-glade/Makefile index 31b15e9..d37be12 100644 --- a/lang/gnat-glade/Makefile +++ b/lang/gnat-glade/Makefile @@ -6,10 +6,11 @@ # PORTNAME= gnat-glade -PORTVERSION= 3.14p +PORTVERSION= 3.15p CATEGORIES= lang MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/glade/ DISTNAME= glade-${PORTVERSION}-src +EXTRACT_SUFFIX= .tgz MAINTAINER= sam@inf.enst.fr COMMENT= GNU Ada distributed systems annex |