diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-02 21:25:09 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-02 21:25:09 +0000 |
commit | 183a2e557d0844cf6b8f2aef1cb6831f44a99df2 (patch) | |
tree | 0d34834ba4024f86d5a1aab28a1e85faff72b6cd /lang/gnat | |
parent | 74cd9bf9bc955fa9ff933aebfeaa4e2c4495ee7c (diff) | |
download | ports-183a2e557d0844cf6b8f2aef1cb6831f44a99df2.tar.gz ports-183a2e557d0844cf6b8f2aef1cb6831f44a99df2.zip |
Notes
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index aac64275c6d3..2396fb86c88e 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -5,7 +5,7 @@ # Porter (original): nils@guru.ims.uni-stuttgart.de # Porter (version 3): maurice@serc.rmit.edu.au # -# $Id: Makefile,v 1.15 1998/01/18 12:09:58 asami Exp $ +# $Id: Makefile,v 1.16 1998/01/18 15:12:38 steve Exp $ # # Note: # - FreeBSD tasking libraries created by Dan Eischen have been incorportated @@ -33,6 +33,7 @@ BROKEN= "requires patched gcc compiler" # if you have one, if you have one put it here, otherwise, # you will need to install from a package first +USE_GMAKE= yes MAN1= adagcc.1 cccp.1 # Make sure we use the patched gcc compiler |