diff options
Diffstat (limited to 'net-im/profanity/Makefile')
-rw-r--r-- | net-im/profanity/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 01b2a2150527..da2f9b2e0d53 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -1,6 +1,5 @@ PORTNAME= profanity -DISTVERSION= 0.14.0 -PORTREVISION= 4 +DISTVERSION= 0.15.1 CATEGORIES= net-im MASTER_SITES= https://profanity-im.github.io/tarballs/ @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libcurl.so:ftp/curl \ libotr.so:security/libotr \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ @@ -22,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libstrophe.so:net-im/libstrophe \ libqrencode.so:graphics/libqrencode -USES= cpe gnome libtool ncurses pkgconfig python \ +USES= cpe gmake gnome libtool ncurses pkgconfig python \ readline sqlite:3 CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes @@ -32,9 +31,9 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \ - --enable-pgp --disable-icons-and-clipboard \ + --enable-plugins --enable-pgp --disable-icons-and-clipboard \ --without-xscreensaver --disable-gdk-pixbuf \ - --enable-omemo --enable-omemo-qrcode + --enable-omemo --enable-omemo-qrcode --enable-year2038 OPTIONS_DEFINE= NOTIFY |