diff options
author | gerald <gerald@FreeBSD.org> | 2017-10-03 06:45:01 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-10-03 06:45:01 +0800 |
commit | bcdf2efe44c19153676dd6b614fa148fa2aebf01 (patch) | |
tree | 1ec0e5ceebeb604f525ecaf00ff47448249cd22d /lang | |
parent | e578fd69cb798953c465ec894ad8ac145a83e60e (diff) | |
download | freebsd-ports-gnome-bcdf2efe44c19153676dd6b614fa148fa2aebf01.tar.gz freebsd-ports-gnome-bcdf2efe44c19153676dd6b614fa148fa2aebf01.tar.zst freebsd-ports-gnome-bcdf2efe44c19153676dd6b614fa148fa2aebf01.zip |
Add a conflict with the lang/gcc7-devel port as we've had it in lang/gcc5
(for lang/gcc5-devel) for a fair while.
Bump PORTREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile index 0db3713551f7..897c2d1c1bbd 100644 --- a/lang/gcc7/Makefile +++ b/lang/gcc7/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 7.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -26,6 +26,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc7-devel-7.* + CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} |