diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-04 11:05:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-04 11:05:15 +0800 |
commit | a4318f8ab55e7d63ff97a6c123b595d2362d8f92 (patch) | |
tree | 880d06b12a10ef049b829801798dd3e594c6ed07 /games/asc | |
parent | dfad3f7c0bb3b310df1731ecfef385cb4654a2fb (diff) | |
download | freebsd-ports-gnome-a4318f8ab55e7d63ff97a6c123b595d2362d8f92.tar.gz freebsd-ports-gnome-a4318f8ab55e7d63ff97a6c123b595d2362d8f92.tar.zst freebsd-ports-gnome-a4318f8ab55e7d63ff97a6c123b595d2362d8f92.zip |
- Fix build on < 10.x after webkit-gtk2 update
Approved by: portmgr blanket
MFH: 2015Q1
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 1a8c68880e3e..1da3d76d481c 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files -USES= gmake libtool lua:51 perl5 pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake libtool lua:51 perl5 pkgconfig tar:bzip2 USE_SDL= image mixer sound sdl USE_WX= 3.0 WX_UNICODE= yes |