View | Details | Raw Unified | Return to bug 128375
Collapse All | Expand All

(-)/usr/home/debonair/weechat/Makefile (-1 / +10 lines)
Lines 24-29 Link Here
24
24
25
MAN1=	weechat-curses.1
25
MAN1=	weechat-curses.1
26
26
27
OPTIONS=	DEBUG "Debugging." off \
28
		NLS "Native Language Support." on \
29
		CHARSET "Charset plugin." on \
30
		ASPELL "Aspell plugin." off \
31
		PYTHON "Python script plugin." off \
32
		RUBY "Ruby script plugin." off \
33
		PERL "Perl script plugin." off \
34
		GNUTLS "gnutls support." off
35
27
.if defined(WITH_DEBUG)
36
.if defined(WITH_DEBUG)
28
CONFIGURE_ARGS+=	--with-debug=2
37
CONFIGURE_ARGS+=	--with-debug=2
29
.else
38
.else
Lines 76-82 Link Here
76
CONFIGURE_ARGS+=	--enable-gnutls
85
CONFIGURE_ARGS+=	--enable-gnutls
77
LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
86
LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
78
.else
87
.else
79
CONFIGURE_ARGS+=	--disable-gnu-tls
88
CONFIGURE_ARGS+=	--disable-gnutls
80
.endif
89
.endif
81
90
82
.if defined(WITH_PERL)
91
.if defined(WITH_PERL)

Return to bug 128375