diff options
author | pav <pav@FreeBSD.org> | 2006-01-15 16:34:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-15 16:34:12 +0800 |
commit | 7e0bf582df3634edf77673a421071bdb35417ac3 (patch) | |
tree | adeef0997661f02797b5d2159ba7729c521ad1b8 /lang/fpc | |
parent | 62d48263e1a64cda2049b089c11f1fd632cc9545 (diff) | |
download | freebsd-ports-graphics-7e0bf582df3634edf77673a421071bdb35417ac3.tar.gz freebsd-ports-graphics-7e0bf582df3634edf77673a421071bdb35417ac3.tar.zst freebsd-ports-graphics-7e0bf582df3634edf77673a421071bdb35417ac3.zip |
- No latest link, to prevent clash with lang/fpc2
Reported by: kris
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 18bd212f33e..e7d43a3a1da 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -36,6 +36,8 @@ MAN1= delp.1 fpc.1 fpcmake.1 fpdoc.1 h2pas.1 plex.1 ppc386.1 ppdep.1 \ ppudump.1 ppufiles.1 ppumove.1 ptop.1 pyacc.1 rstconv.1 MAN5= fpc.cfg.5 fpcmake.5 ptop.cfg.5 +NO_LATEST_LINK= yes + # FreePascal is not self-bootstrapping. Hence, the need for a working # pppc386. Check for ppc386 in a manner similar to lang/gnat. # |