diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-12-27 16:40:05 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-12-27 16:40:05 +0000 |
commit | 62496d7f53a189c8472bcca25ad11f4239fe6dcc (patch) | |
tree | 698c8a765e16c4e59451b95f4142f312b00108eb /net-im/climm/Makefile | |
parent | 3f9e8339707781485a8dc6d88bcb3238c46e034c (diff) |
Notes
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r-- | net-im/climm/Makefile | 7 |
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> |