mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Replace the hard-coded PORTVERSION by GCC_DEFAULT now that we did dump
the major version (so this does not result in a need for PORTEPOCH). PR: 219275 Reported by: jbeich
This commit is contained in:
parent
ac3369e994
commit
0f5f9d33e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449652
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 5.4.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= ${GCC_DEFAULT}
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= # not applicable
|
||||
DISTFILES= # not applicable
|
||||
|
|
Loading…
Add table
Reference in a new issue