summaryrefslogtreecommitdiff
path: root/lang/gcc46
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-03-31 01:19:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-03-31 01:19:14 +0000
commit9c77d269ae45e21338c85232ad85ccd5b22bd05b (patch)
treead1b3b3398edd36f3c954f6ca1f1de5582669d22 /lang/gcc46
parentLATEST_LINK can now be overwritten by the slave port. (diff)
LATEST_LINK can now be overwritten by the slave port.
added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
Notes
Notes: svn path=/head/; revision=77786
Diffstat (limited to 'lang/gcc46')
-rw-r--r--lang/gcc46/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index 76e58eddcdff..5a9758582b0f 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -29,7 +29,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNU Compiler Collection 3.3 (inprogress version)
NO_CDROM= 'dated material'
-LATEST_LINK= gcc33
+LATEST_LINK?= gcc33${PKGNAMESUFFIX}
USE_BZIP2= yes
USE_REINPLACE= yes