diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:00:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:00:46 +0800 |
commit | 037277c495c4a69f56029e71eecf6838910561c8 (patch) | |
tree | 728a3619568ce38b9188fc0b8717a16a880d52d3 /net-im | |
parent | 944f55c3adc149ff34c18999a68dd201bd55600a (diff) | |
download | freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.tar.gz freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.tar.zst freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.zip |
Add DOCS option for ports with PORTDOCS in plist.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/climm/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabber/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index d6c33f00685d..2c58a4f069bd 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -16,7 +16,7 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= ICONV P2P TCL OTR REMOTE XMPP +OPTIONS_DEFINE= ICONV P2P TCL OTR REMOTE XMPP DOCS OPTIONS_DEFAULT=ICONV P2P TCL OTR REMOTE P2P_DESC= Enable Peer2peer connection support OTR_DESC= Enable OTR encryption support diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index f4894d3c4a7c..6c523c0a2326 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libgnutls.so:${PORTSDIR}/security/gnutls \ libexpat.so:${PORTSDIR}/textproc/expat2 -OPTIONS_DEFINE= IPV6 MYSQL PGSQL +OPTIONS_DEFINE= IPV6 MYSQL PGSQL DOCS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |