diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-20 05:38:38 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-20 05:38:38 +0800 |
commit | f49159b54aa5ae25dbe982908c77370f1d1d38e6 (patch) | |
tree | e42fa937f01833661b630a2e78f2c21f080637be /emulators/vice | |
parent | 30937302da8e90d8c3081d351222f4bf56f0b28b (diff) | |
download | freebsd-ports-gnome-f49159b54aa5ae25dbe982908c77370f1d1d38e6.tar.gz freebsd-ports-gnome-f49159b54aa5ae25dbe982908c77370f1d1d38e6.tar.zst freebsd-ports-gnome-f49159b54aa5ae25dbe982908c77370f1d1d38e6.zip |
Fix building on gcc-based archs by upgrading USES.
Tested on powerpc64 and amd64 (for no regression).
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 7eab09f30b9b..08fb87cdc9d3 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ RESTRICTED= ROMs are copyrighted by Commodore Business Machines -USES= pkgconfig makeinfo gmake iconv jpeg +USES= compiler:c++11-lang pkgconfig makeinfo gmake iconv jpeg USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes GNU_CONFIGURE= yes |