diff options
author | yuri <yuri@FreeBSD.org> | 2018-12-20 04:15:33 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-12-20 04:15:33 +0800 |
commit | 84f46b3356e52d015a212d5517b7de98abbd6545 (patch) | |
tree | 34658bcc1543296c573d8050719cf65265c70898 /misc | |
parent | 44bc7667ac0f5922e0ac1a521bf968c9909a5935 (diff) | |
download | freebsd-ports-gnome-84f46b3356e52d015a212d5517b7de98abbd6545.tar.gz freebsd-ports-gnome-84f46b3356e52d015a212d5517b7de98abbd6545.tar.zst freebsd-ports-gnome-84f46b3356e52d015a212d5517b7de98abbd6545.zip |
misc/survex: fix build with GCC-based architectures
PR: 234176
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/survex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/survex/Makefile b/misc/survex/Makefile index a8780f345ac9..88bdbffd2de8 100644 --- a/misc/survex/Makefile +++ b/misc/survex/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libproj.so:graphics/proj -USES= desktop-file-utils gl gmake gnome pkgconfig shared-mime-info +USES= compiler:c++11-lang desktop-file-utils gl gmake gnome pkgconfig shared-mime-info GNU_CONFIGURE= yes USE_WX= 3.0 USE_XORG= xxf86vm |