diff options
author | kwm <kwm@FreeBSD.org> | 2015-03-18 03:20:10 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-03-18 03:20:10 +0800 |
commit | df7e11a4da61eaaa301c3790a0e5c537b24dc4f1 (patch) | |
tree | 76c87398059c6fb3bfb157bff4393452e12b01c0 | |
parent | a90723c23fc0640ba881d42ceec9837154923ab1 (diff) | |
download | freebsd-ports-graphics-df7e11a4da61eaaa301c3790a0e5c537b24dc4f1.tar.gz freebsd-ports-graphics-df7e11a4da61eaaa301c3790a0e5c537b24dc4f1.tar.zst freebsd-ports-graphics-df7e11a4da61eaaa301c3790a0e5c537b24dc4f1.zip |
Fix the build on 8.4-R.
-rw-r--r-- | devel/libical-glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libical-glib/Makefile b/devel/libical-glib/Makefile index f4b7400a7ee..d7f18007370 100644 --- a/devel/libical-glib/Makefile +++ b/devel/libical-glib/Makefile @@ -11,7 +11,7 @@ COMMENT= Introspection bindings for libical LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c11 gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |