Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 23:33:48 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177374: [PATCH] editors/tamago: add DOCS to OPTIONS_DEFINE
Message-ID:  <20130325143348.DC2604E62F@eastasia.home.utahime.org>
Resent-Message-ID: <201303251440.r2PEe285050322@freefall.freebsd.org>

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

>Number:         177374
>Category:       ports
>Synopsis:       [PATCH] editors/tamago: add DOCS to OPTIONS_DEFINE
>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:   Mon Mar 25 14:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r246991: Wed Feb 20 04:01:53 JST 2013 xxxx amd64


	
>Description:

	Add OPTIONS_DEFINE so that options selection dialog is show up.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-tamago begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 315171)
+++ Makefile	(working copy)
@@ -32,6 +32,8 @@
 
 POSTPATCHES=	${FILESDIR}/post-patch-*
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.pre.mk>
 
 .if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 || ${EMACS_PORT_NAME} == emacs23 || ${EMACS_PORT_NAME} == emacs24
--- patch-tamago ends here ---


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



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