diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-08-14 17:21:13 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-08-14 17:21:13 +0800 |
commit | bc2972713172c5cff2e7951c48bcb73002687934 (patch) | |
tree | bc9c4f1b2cd1f18c665cda070d8790eb130629f8 /security/beid | |
parent | b8e6d30717d8efae1d7ca7f0c057278b03acf666 (diff) | |
download | freebsd-ports-gnome-bc2972713172c5cff2e7951c48bcb73002687934.tar.gz freebsd-ports-gnome-bc2972713172c5cff2e7951c48bcb73002687934.tar.zst freebsd-ports-gnome-bc2972713172c5cff2e7951c48bcb73002687934.zip |
Add missing dependencies.
Diffstat (limited to 'security/beid')
-rw-r--r-- | security/beid/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/security/beid/Makefile b/security/beid/Makefile index 87432f6fb16d..cdcf19895441 100644 --- a/security/beid/Makefile +++ b/security/beid/Makefile @@ -11,20 +11,25 @@ COMMENT= Belgian eID middleware LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite +LIB_DEPENDS= libcurl.so:ftp/curl \ + libpcsclite.so:devel/pcsc-lite \ + libproxy.so:net/libproxy USE_GITHUB= yes GH_ACCOUNT= Fedict GH_PROJECT= eid-mw -USES= autoreconf gettext-tools gmake libtool pkgconfig -USE_GNOME= gtk30 +USES= autoreconf gettext-tools gmake libtool pkgconfig ssl +USE_GNOME= gtk30 libxml2 GLIB_SCHEMAS= eid-viewer.gschema.xml GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-p11kit --disable-static --with-gtkvers=3 \ --enable-webextension \ - --with-mozext=${PREFIX}/lib/firefox/browser/extensions + --with-mozext=${PREFIX}/lib/firefox/browser/extensions \ + SSL_CFLAGS="-I${OPENSSLINC}" \ + SSL_LIBS="-L${OPENSSLLIB} -lcrypto" \ + SSL_PREFIX="${OPENSSLBASE}" INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS |