diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:18:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:18:06 +0000 |
commit | 6ad62105d8a069fb9e935c2badb4df77d8ec9cbc (patch) | |
tree | f1c1efa2a199bb84af5a7902b25a8716e4db90e0 /mail/gmime30 | |
parent | 9284bc5ac033bfaf7629647b9b45b7f59c380e61 (diff) | |
download | ports-6ad62105d8a069fb9e935c2badb4df77d8ec9cbc.tar.gz ports-6ad62105d8a069fb9e935c2badb4df77d8ec9cbc.zip |
Notes
Diffstat (limited to 'mail/gmime30')
-rw-r--r-- | mail/gmime30/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/gmime30/Makefile b/mail/gmime30/Makefile index a6892faf3c34..2afc165a0d56 100644 --- a/mail/gmime30/Makefile +++ b/mail/gmime30/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libgpgme.so:security/gpgme \ libgpg-error.so:security/libgpg-error DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}30 -USES= gettext-runtime gmake iconv libtool localbase pathfix pkgconfig tar:xz +USES= gettext-runtime gmake gnome iconv libtool localbase pathfix \ + pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes |