View | Details | Raw Unified | Return to bug 241381 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	profanity
3
PORTNAME=	profanity
4
PORTVERSION=	0.7.1
4
PORTVERSION=	0.7.1
5
PORTREVISION=	1
5
CATEGORIES=	net-im
6
CATEGORIES=	net-im
6
7
7
MAINTAINER=	arved@FreeBSD.org
8
MAINTAINER=	arved@FreeBSD.org
Lines 18-24 Link Here
18
		libgpgme.so:security/gpgme \
19
		libgpgme.so:security/gpgme \
19
		libassuan.so:security/libassuan \
20
		libassuan.so:security/libassuan \
20
		libgpg-error.so:security/libgpg-error \
21
		libgpg-error.so:security/libgpg-error \
21
		libgcrypt.so:security/libgcrypt
22
		libgcrypt.so:security/libgcrypt \
23
		libsignal-protocol-c.so:net/libsignal
22
24
23
USES=		ncurses pkgconfig ssl python readline autoreconf libtool gnome
25
USES=		ncurses pkgconfig ssl python readline autoreconf libtool gnome
24
USE_GNOME=	glib20
26
USE_GNOME=	glib20
Lines 28-34 Link Here
28
30
29
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
30
CONFIGURE_ARGS=	--enable-otr --enable-python-plugins --enable-c-plugins \
32
CONFIGURE_ARGS=	--enable-otr --enable-python-plugins --enable-c-plugins \
31
		--enable-pgp --enable-icons=no --with-xscreensaver=no
33
		--enable-pgp --enable-icons=no --with-xscreensaver=no \
34
		--enable-omemo
32
CONFIGURE_ENV=	LIBS="${CFLAGS} -lcrypto"
35
CONFIGURE_ENV=	LIBS="${CFLAGS} -lcrypto"
33
INSTALL_TARGET=	install-strip
36
INSTALL_TARGET=	install-strip
34
OPTIONS_DEFINE=	NOTIFY
37
OPTIONS_DEFINE=	NOTIFY

Return to bug 241381