diff options
author | adamw <adamw@FreeBSD.org> | 2017-01-07 09:07:55 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-01-07 09:07:55 +0800 |
commit | 3c91de6f1c5072f632cab5cb4183707b29703f45 (patch) | |
tree | 0c430563f422ba94eadd69271e0d8a3eb62ecd6a /net-im/profanity | |
parent | 4c64b468e3e1dc65c24a1bb78ec4b0a83b2ebbe2 (diff) | |
download | freebsd-ports-gnome-3c91de6f1c5072f632cab5cb4183707b29703f45.tar.gz freebsd-ports-gnome-3c91de6f1c5072f632cab5cb4183707b29703f45.tar.zst freebsd-ports-gnome-3c91de6f1c5072f632cab5cb4183707b29703f45.zip |
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
Diffstat (limited to 'net-im/profanity')
-rw-r--r-- | net-im/profanity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 9737bf860d1e..52ea66a00fdb 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libstrophe.so:net-im/libstrophe \ - libglib-2.0.so:devel/glib20 \ libcurl.so:ftp/curl \ libotr.so.5:security/libotr \ libuuid.so:misc/e2fsprogs-libuuid \ @@ -23,6 +22,7 @@ USES= ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-otr CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto" +USE_GNOME= glib20 OPTIONS_DEFINE= NOTIFY |