diff options
author | gblach <gblach@FreeBSD.org> | 2015-09-13 03:22:01 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2015-09-13 03:22:01 +0800 |
commit | c9259d3db3318392d42123b2d05f20315000ae93 (patch) | |
tree | 0844a08a54a13abf70cacc324342f3c22eb8e495 /x11 | |
parent | d99303a0262899fbb9fa13314cf24e55f3330057 (diff) | |
download | freebsd-ports-gnome-c9259d3db3318392d42123b2d05f20315000ae93.tar.gz freebsd-ports-gnome-c9259d3db3318392d42123b2d05f20315000ae93.tar.zst freebsd-ports-gnome-c9259d3db3318392d42123b2d05f20315000ae93.zip |
Fix build on 9.x
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminology/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index c31cc122ad11..8536f583942b 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes -USES= pkgconfig tar:xz +USES= compiler:c11 pkgconfig tar:xz OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |