diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-29 19:12:40 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-29 19:12:40 +0000 |
commit | 41874450b78933c1f47d9bb5061d74455667b5e5 (patch) | |
tree | 36c1ad109a68ebf96f1d8a42a3cba7d0bda1b41a /devel/asis-gpl/Makefile | |
parent | 47d61a0a8722f969982db2aff1b9ba8b58d02d21 (diff) |
Notes
Diffstat (limited to 'devel/asis-gpl/Makefile')
-rw-r--r-- | devel/asis-gpl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile index 5f8a1cc5bd12..499754f12bc0 100644 --- a/devel/asis-gpl/Makefile +++ b/devel/asis-gpl/Makefile @@ -9,9 +9,8 @@ PORTNAME= asis PORTVERSION= 3.15p PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= \ - ftp://ftp.lip6.fr/pub/gnat/${PORTVERSION}/asis/ \ - ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/asis/ +MASTER_SITES= http://gd.tuwien.ac.at/languages/ada/gnat/3.15p/asis/ \ + ftp://ftp.cs.kuleuven.ac.be/pub/Ada-Belgium/mirrors/gnu-ada/3.15p/asis/ DISTNAME= asis-${PORTVERSION}-src EXTRACT_SUFX= .tgz @@ -20,6 +19,8 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +INSTALLS_SHLIB= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500039 |