From owner-svn-ports-all@FreeBSD.ORG Fri Mar 22 12:35:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 00B0D546; Fri, 22 Mar 2013 12:35:28 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E6F42405; Fri, 22 Mar 2013 12:35:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MCZSko031957; Fri, 22 Mar 2013 12:35:28 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2MCZS0K031956; Fri, 22 Mar 2013 12:35:28 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303221235.r2MCZS0K031956@svn.freebsd.org> From: Koop Mast Date: Fri, 22 Mar 2013 12:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314919 - head/security/seahorse-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 12:35:29 -0000 Author: kwm Date: Fri Mar 22 12:35:28 2013 New Revision: 314919 URL: http://svnweb.freebsd.org/changeset/ports/314919 Log: Add missing OPTIONS_DEFAULT. Submitted by: pointyhat via miwi Modified: head/security/seahorse-plugins/Makefile Modified: head/security/seahorse-plugins/Makefile ============================================================================== --- head/security/seahorse-plugins/Makefile Fri Mar 22 12:23:46 2013 (r314918) +++ head/security/seahorse-plugins/Makefile Fri Mar 22 12:35:28 2013 (r314919) @@ -27,6 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NAUTILUS GEDIT APPLET NOTIFY +OPTIONS_DEFAULT=NAUTILUS GEDIT APPLET NOTIFY NAUTILUS_DESC= Nautilus component GEDIT_DESC= GEdit plug-in support APPLET_DESC= Clipboard encryption applet