summaryrefslogtreecommitdiff
path: root/net-im/climm/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2007-12-27 16:40:05 +0000
committerJohan van Selst <johans@FreeBSD.org>2007-12-27 16:40:05 +0000
commit62496d7f53a189c8472bcca25ad11f4239fe6dcc (patch)
tree698c8a765e16c4e59451b95f4142f312b00108eb /net-im/climm/Makefile
parentFix build with gcc 4.2. (diff)
bsd.port.options.mk doesn't work yet: do not use this.
Reported by: dvl, shaun Pointyhat to: johans
Notes
Notes: svn path=/head/; revision=204620
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r--net-im/climm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 6576613a4e0c..3e1f215fe6c8 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -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>