diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-07-21 12:27:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-07-21 12:27:51 +0000 |
commit | d0977ec9c12b0a2c43eff0882bdd888b114b1605 (patch) | |
tree | b456206e4890481addbb06663b8f0d395f813a8b /irc | |
parent | eca020b8f7f0c323755b37a8473369a02867e1eb (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index 883681b80563..4e7de45c17c6 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -20,7 +20,7 @@ PORTDOCS= AUTHORS CHANGES CREDITS FAQ README PORTEXAMPLES= bitlbee.conf motd.txt GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig python:build USE_RC_SUBR= bitlbee USE_GNOME= glib20 OPTIONS_SUB= yes |