diff options
author | johans <johans@FreeBSD.org> | 2007-12-28 00:40:05 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2007-12-28 00:40:05 +0800 |
commit | e7a462fdce6eac4d7dfa5d66f21fe626eecde8dc (patch) | |
tree | 8926464451e0a9f6b735c0d8b8350938fe5d80f8 /net-im/climm | |
parent | 53fc150bd737a4d95b9dab0f0770e306a4bd28e0 (diff) | |
download | freebsd-ports-gnome-e7a462fdce6eac4d7dfa5d66f21fe626eecde8dc.tar.gz freebsd-ports-gnome-e7a462fdce6eac4d7dfa5d66f21fe626eecde8dc.tar.zst freebsd-ports-gnome-e7a462fdce6eac4d7dfa5d66f21fe626eecde8dc.zip |
bsd.port.options.mk doesn't work yet: do not use this.
Reported by: dvl, shaun
Pointyhat to: johans
Diffstat (limited to 'net-im/climm')
-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> |