1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

bsd.port.options.mk doesn't work yet: do not use this.

Reported by:	dvl, shaun
Pointyhat to:	johans
This commit is contained in:
Johan van Selst 2007-12-27 16:40:05 +00:00
parent 3f9e833970
commit 62496d7f53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204620

View File

@ -7,7 +7,7 @@
PORTNAME= climm
PORTVERSION= 0.6.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
@ -34,7 +34,7 @@ OPTIONS= LIBICONV "Iconv character set conversion" on \
REMOTE "Remote control fifo support" on
# XMPP "XMPP Jabber support" on
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
# XMPP support is currently broken - forcefully turn this off
WITHOUT_XMPP= true
@ -67,6 +67,7 @@ CONFIGURE_ARGS+= --disable-peer2peer --disable-ssl
CONFIGURE_ARGS+= --disable-tcl
.else
USE_TCL= yes
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
.endif
.if defined(WITHOUT_REMOTE)
@ -95,4 +96,4 @@ post-install:
. endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>