diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
commit | bd78be73dd37098fe12c84249b26260a97aa8690 (patch) | |
tree | 9e5f9914857b88d20096ab74828a4f78a8fc2483 /lang/gnat | |
parent | 2890664339f3f4be5834ab1130da80ff4c914a05 (diff) |
Notes
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 63ecbfe64448..e2429122eb22 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -1,11 +1,5 @@ # Created by: hsu, nils@guru.ims.uni-stuttgart.de, maurice@serc.rmit.edu.au # $FreeBSD$ -# -# Note: -# - FreeBSD tasking libraries are included in the stock source. -# - The default names of a number of binaries have been altered to avoid -# conflict with other gcc based products. Standard names can be provided -# using symbolic links. PORTNAME= gnat PORTVERSION= 2010 @@ -124,7 +118,7 @@ PLIST_SUB+= SHAREDLIB="@comment " .endif # Check for GNAT sources. -.if !exists(${DISTDIR}/${gnat_srcfile}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${gnat_srcfile}) IGNORE= you must fetch the source distribution manually. Please access http://libre.adacore.com/ with a web browser and download the source files: ${gnat_srcfile} ${gcc_srcfile} placing them in ${DISTDIR} .endif |