diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-12-21 10:50:47 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-12-21 10:50:47 +0000 |
commit | 47a98ef219d2f9f183e00ff9580770bce0d9a5c7 (patch) | |
tree | 7dd2d11d9ca26465a33ce4fc0b19c9bb20449f84 | |
parent | - Add LICENSE (diff) |
Fix PowerPC build.
PR: 234186
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | security/beid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/beid/Makefile b/security/beid/Makefile index 419fc8740ed8..d17d6380e068 100644 --- a/security/beid/Makefile +++ b/security/beid/Makefile @@ -19,7 +19,8 @@ USE_GITHUB= yes GH_ACCOUNT= Fedict GH_PROJECT= eid-mw -USES= autoreconf gettext-tools gmake libtool pkgconfig ssl +USES= autoreconf compiler:c++11-lang gettext-tools gmake gnome \ + libtool pkgconfig ssl USE_GNOME= gtk30 libxml2 GLIB_SCHEMAS= eid-viewer.gschema.xml |