From 0f5f9d33e808218f2c5a32aaed52c458d1e98cd6 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 11 Sep 2017 14:54:12 +0000 Subject: [PATCH] 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 --- lang/gcc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index d585fc28a80f..1ac28d75436e 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -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