diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-27 04:09:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-27 04:09:03 +0800 |
commit | e401472af9b8d32184e4885953da18c5ff7b6d9c (patch) | |
tree | d33e5fd7ac7fc7ce3310c101411e694b7e4005c0 /net-im/climm/Makefile | |
parent | 077fbf6b118c88a2fa5a12caa73ac0b755606598 (diff) | |
download | freebsd-ports-gnome-e401472af9b8d32184e4885953da18c5ff7b6d9c.tar.gz freebsd-ports-gnome-e401472af9b8d32184e4885953da18c5ff7b6d9c.tar.zst freebsd-ports-gnome-e401472af9b8d32184e4885953da18c5ff7b6d9c.zip |
Finish stage support
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r-- | net-im/climm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index cb6458f2d4e2..465f1aa443c0 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -3,7 +3,7 @@ PORTNAME= climm PORTVERSION= 0.7.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ @@ -16,10 +16,6 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -MAN1= climm.1 -MAN5= climmrc.5 -MAN7= climmcmds.7 - OPTIONS_DEFINE= ICONV P2P TCL OTR REMOTE XMPP OPTIONS_DEFAULT=ICONV P2P TCL OTR REMOTE P2P_DESC= Enable Peer2peer connection support |