summaryrefslogtreecommitdiff
path: root/multimedia/rage
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2016-10-05 14:22:34 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2016-10-05 14:22:34 +0000
commitb6c3f91073e0b211abf5979a88937955e5b81d5b (patch)
treed8698941c90eca15d3883e99f2c16a4fa7b8ae78 /multimedia/rage
parentAdd math/gmp to LIB_DEPENDS (diff)
Fix build on 9.3
Notes
Notes: svn path=/head/; revision=423345
Diffstat (limited to 'multimedia/rage')
-rw-r--r--multimedia/rage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/rage/Makefile b/multimedia/rage/Makefile
index 2a5ea6ab0002..5a5005d24398 100644
--- a/multimedia/rage/Makefile
+++ b/multimedia/rage/Makefile
@@ -15,6 +15,6 @@ LIB_DEPENDS= libefl.so:devel/efl
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
-USES= desktop-file-utils pkgconfig tar:xz
+USES= compiler:c11 desktop-file-utils pkgconfig tar:xz
.include <bsd.port.mk>