diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-31 01:19:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-31 01:19:14 +0000 |
commit | 9c77d269ae45e21338c85232ad85ccd5b22bd05b (patch) | |
tree | ad1b3b3398edd36f3c954f6ca1f1de5582669d22 /lang/gcc34 | |
parent | LATEST_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.
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 76e58eddcdff..5a9758582b0f 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/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 |