diff options
author | brix <brix@FreeBSD.org> | 2008-11-16 23:22:49 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2008-11-16 23:22:49 +0800 |
commit | d7c865172e6a156d5115be8e3abcc93e73cd4fb9 (patch) | |
tree | 1547551a47036983d92ea826c7dd9078cdd37991 /irc | |
parent | c61656deb851c83530ed4d852b4f71c4d69d3b4e (diff) | |
download | freebsd-ports-gnome-d7c865172e6a156d5115be8e3abcc93e73cd4fb9.tar.gz freebsd-ports-gnome-d7c865172e6a156d5115be8e3abcc93e73cd4fb9.tar.zst freebsd-ports-gnome-d7c865172e6a156d5115be8e3abcc93e73cd4fb9.zip |
- Record conflict with bitlbee-otr
- Bump PORTREVISION
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index c18cbd80438d..46a5fcab6fd8 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ ${MASTER_SITE_LOCAL} @@ -35,7 +36,6 @@ OPTIONS= DEBUG "Enable debug support" Off \ OSCAR "Enable OSCAR (ICQ, AIM) protocol support" On \ YAHOO "Enable Yahoo! protocol support" On - CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0 BITLBEEUSER?= bitlbee @@ -56,6 +56,8 @@ SUB_LIST+= BITLBEEUSER=${BITLBEEUSER} \ SUB_FILES+= pkg-install pkg-deinstall +CONFLICTS= bitlbee-otr-[0-9]* + .include <bsd.port.pre.mk> .if defined(WITH_DEBUG) |