diff options
author | gerald <gerald@FreeBSD.org> | 2016-05-05 22:13:57 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-05-05 22:13:57 +0800 |
commit | f514692a03259eaa95ce089f333b9c69f610f9dd (patch) | |
tree | 5f3f929451a0515f819788b423f4e1fbe8a8effa | |
parent | 951d5f043eccbe39d7aa574a366da800386600b0 (diff) | |
download | freebsd-ports-gnome-f514692a03259eaa95ce089f333b9c69f610f9dd.tar.gz freebsd-ports-gnome-f514692a03259eaa95ce089f333b9c69f610f9dd.tar.zst freebsd-ports-gnome-f514692a03259eaa95ce089f333b9c69f610f9dd.zip |
No longer conflict with gcc-4.7.* (which lang/gcc used to be until
some 20 months ago).
-rw-r--r-- | lang/gcc47/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index ff5b6bedb6f3..3a1a0bb03cc2 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -25,7 +25,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc-4.7.* CPE_VENDOR= gnu # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names |