diff options
author | feld <feld@FreeBSD.org> | 2013-11-03 09:03:24 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-11-03 09:03:24 +0800 |
commit | 1e0606b86141fc3237ec7a64b668a7c44f0ad6d7 (patch) | |
tree | 24871967f61f2fdaec9b5ca1f3ec7390b70b6cdb /graphics | |
parent | b6dcd6056701b19452e8dc133c2bd8737a196b50 (diff) | |
download | freebsd-ports-gnome-1e0606b86141fc3237ec7a64b668a7c44f0ad6d7.tar.gz freebsd-ports-gnome-1e0606b86141fc3237ec7a64b668a7c44f0ad6d7.tar.zst freebsd-ports-gnome-1e0606b86141fc3237ec7a64b668a7c44f0ad6d7.zip |
Actually need USE_GCC=yes to pull newer GCC on <10.0
Submitted by: gerald
Approved by: swills (mentor, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aaphoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index fe36c91f207a..5b54bfc5e8d2 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -20,7 +20,7 @@ GH_ACCOUNT= log69 GH_COMMIT= e566f9b GH_TAGNAME= v${PORTVERSION} -USE_GCC= any +USE_GCC= yes GNU_CONFIGURE= yes USES= compiler |