diff options
author | gerald <gerald@FreeBSD.org> | 2013-11-26 14:51:25 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-11-26 14:51:25 +0800 |
commit | bdd591b1e7e4951468381acf645887f234f0ee48 (patch) | |
tree | 3871113800eb1d29e07acb1fbb0d5bc9540cb904 | |
parent | 280e36d5f77dbadd22b92c16355245701a4e38b9 (diff) | |
download | freebsd-ports-gnome-bdd591b1e7e4951468381acf645887f234f0ee48.tar.gz freebsd-ports-gnome-bdd591b1e7e4951468381acf645887f234f0ee48.tar.zst freebsd-ports-gnome-bdd591b1e7e4951468381acf645887f234f0ee48.zip |
Change PORTNAME from gcc to gcc34 to match the actual name of this
port and avoid a package name collision with other GCC ports. This
also allows us to remove LATEST_LINK.
-rw-r--r-- | lang/gcc34/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 00f9deecd173..16b07ecfb142 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -1,7 +1,7 @@ # Created by: John Polstra <jdp@polstra.com> # $FreeBSD$ -PORTNAME= gcc +PORTNAME= gcc34 PORTVERSION= 3.4.6 PORTREVISION= 3 PORTEPOCH= 1 @@ -17,7 +17,6 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 3.4 SUFFIX= 34 -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} USES= bison gmake iconv perl5 USE_BZIP2= yes USE_PERL= build |