diff options
author | knu <knu@FreeBSD.org> | 2002-01-19 19:15:11 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-19 19:15:11 +0000 |
commit | 780440383ad73e38075cdbf63179ed4e90492ecb (patch) | |
tree | a0e051e8b29f75b822e1bd4dde536ffa0a410003 /lang/gcc28 | |
parent | 3f2f0b4487ba90c4417fde3fe61aca8f0c289a45 (diff) | |
download | FreeBSD-ports-780440383ad73e38075cdbf63179ed4e90492ecb.zip FreeBSD-ports-780440383ad73e38075cdbf63179ed4e90492ecb.tar.gz |
Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict
with each other's package link name.
(Maintainer timeout; I think it's too trivial to bother him with.)
Diffstat (limited to 'lang/gcc28')
-rw-r--r-- | lang/gcc28/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index 34d1d4f..3716780 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -21,6 +21,8 @@ MAINTAINER= obrien@FreeBSD.org NO_CDROM= 'old version, not worth the cost in real estate' +LATEST_LINK= gcc28 + .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "elf" |