diff options
author | antoine <antoine@FreeBSD.org> | 2017-07-22 17:50:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-07-22 17:50:03 +0800 |
commit | d0aa85b162ac5c68c92d05b003d3fa0bae9deb33 (patch) | |
tree | 1f93e36a9475733c4ad16ba0309503cc0c91492f /devel | |
parent | 68b7ff91e0fc517b30ccb8755f1b24748aef6e1b (diff) | |
download | freebsd-ports-gnome-d0aa85b162ac5c68c92d05b003d3fa0bae9deb33.tar.gz freebsd-ports-gnome-d0aa85b162ac5c68c92d05b003d3fa0bae9deb33.tar.zst freebsd-ports-gnome-d0aa85b162ac5c68c92d05b003d3fa0bae9deb33.zip |
Document that the same dependency on gcc as devel/elfutils is recorded
Diffstat (limited to 'devel')
-rw-r--r-- | devel/api-sanity-autotest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index b36832c75b12..43c87fc92390 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/abi-compliance-checker.pl:devel/abi-compliance-c .else USE_PERL5= run .endif -USE_GCC= any +USE_GCC= 4.8 # same as devel/elfutils NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl |