diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-20 05:38:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-20 05:38:38 +0800 |
commit | 140adf782971526e55e8e7bee8b72fe35a66c3e1 (patch) | |
tree | e42fa937f01833661b630a2e78f2c21f080637be /emulators/vice | |
parent | 102a00512a52fa61d2834f9ac0015beff16288cf (diff) | |
download | freebsd-ports-gnome-140adf782971526e55e8e7bee8b72fe35a66c3e1.tar.gz freebsd-ports-gnome-140adf782971526e55e8e7bee8b72fe35a66c3e1.tar.zst freebsd-ports-gnome-140adf782971526e55e8e7bee8b72fe35a66c3e1.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 |