Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2006 01:08:24 GMT
From:      Arseny Nasokin <tarc@tarc.po.cs.msu.su>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/99511: [PATCH][OPTIONS] net-im/kf options fix
Message-ID:  <200606270108.k5R18OUQ089540@www.freebsd.org>
Resent-Message-ID: <200606270130.k5R1UKjL005978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99511
>Category:       ports
>Synopsis:       [PATCH][OPTIONS] net-im/kf options fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 27 01:30:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Arseny Nasokin
>Release:        FreeBSD 7.0-CURRENT
>Organization:
Moscow State University
>Environment:
>Description:

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/kf/Makefile,v
retrieving revision 1.23
diff -d -u -r1.23 Makefile
--- Makefile    30 May 2006 20:49:27 -0000      1.23
+++ Makefile    27 Jun 2006 01:07:21 -0000
@@ -27,6 +27,10 @@
 CONFIGURE_ENV+=        CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib"
 
+OPTIONS= GTKSPELL "Spell checking support" on \
+        NLS "Native Language Support" on
+
+.include <bsd.port.pre.mk>
 .ifndef(WITHOUT_GTKSPELL)
 LIB_DEPENDS+=  gtkspell.0:${PORTSDIR}/textproc/gtkspell
 CONFIGURE_ARGS+=       --enable-gtkspell

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606270108.k5R18OUQ089540>