diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-29 06:39:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-29 06:39:15 +0000 |
commit | a3f8f4efd8567dc9710b4ad7d1a9811fd9b34876 (patch) | |
tree | f77c1d854ee53bebf1d093733f699572863012bd | |
parent | 03b886d30ab7b1388d7b52ffbf6da9c44bf972ec (diff) | |
download | ports-a3f8f4efd8567dc9710b4ad7d1a9811fd9b34876.tar.gz ports-a3f8f4efd8567dc9710b4ad7d1a9811fd9b34876.zip |
Notes
-rw-r--r-- | irc/irssi-otr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 4b5449b19aca..8fdd0984a731 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -13,6 +13,8 @@ COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= conflicts with irssi + BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi \ ${LOCALBASE}/bin/libgcrypt-config:security/libgcrypt LIB_DEPENDS= libotr.so:security/libotr \ |