diff options
author | deischen <deischen@FreeBSD.org> | 2006-12-27 00:56:14 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2006-12-27 00:56:14 +0800 |
commit | 70df1e02a4e69a2ddcf8270c1e9bc18e68c89f61 (patch) | |
tree | 7317e8763fccf8d7a4673a4b594e75a0c561ab9a /lang/gnat | |
parent | 929324e4f69077ba3556f4dca0f387fc98c49d4d (diff) | |
download | freebsd-ports-gnome-70df1e02a4e69a2ddcf8270c1e9bc18e68c89f61.tar.gz freebsd-ports-gnome-70df1e02a4e69a2ddcf8270c1e9bc18e68c89f61.tar.zst freebsd-ports-gnome-70df1e02a4e69a2ddcf8270c1e9bc18e68c89f61.zip |
Don't quote NO_PACKAGE message.
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 525f966a9815..a78d1046df1b 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -57,7 +57,7 @@ TARGLIB= ${PREFIX}/lib/gcc/${GNUHOST}/${GCC_VERSION} GNU_CONFIGURE= yes MAN1= gnatgcc.1 gnatcpp.1 gnatgcov.1 MAN7= fsf-funding.7 gfdl.7 gpl.7 -NO_PACKAGE= "This version of GNAT produces GPL-tainted executables" +NO_PACKAGE= This version of GNAT produces GPL-tainted executables # You need a compiler who calls an existing GNAT compiler (3.15 or greater). # If you have one, point GNATGCC at it. By default, we'll look for one in |