From owner-svn-ports-head@FreeBSD.ORG Sat Mar 30 14:44:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 11125B49; Sat, 30 Mar 2013 14:44:16 +0000 (UTC) (envelope-from ashish@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 03DC7A51; Sat, 30 Mar 2013 14:44:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2UEiFdj057065; Sat, 30 Mar 2013 14:44:15 GMT (envelope-from ashish@svn.freebsd.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2UEiFJb057064; Sat, 30 Mar 2013 14:44:15 GMT (envelope-from ashish@svn.freebsd.org) Message-Id: <201303301444.r2UEiFJb057064@svn.freebsd.org> From: Ashish SHUKLA Date: Sat, 30 Mar 2013 14:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315621 - head/editors/emacs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 14:44:16 -0000 Author: ashish Date: Sat Mar 30 14:44:15 2013 New Revision: 315621 URL: http://svnweb.freebsd.org/changeset/ports/315621 Log: - Move INSTALLS_ICONS to X11 block since it pulls X11 dependencies PR: ports/177502 Submitted by: Neil Darlow Approved by: portmgr Modified: head/editors/emacs/Makefile Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Sat Mar 30 14:41:36 2013 (r315620) +++ head/editors/emacs/Makefile Sat Mar 30 14:44:15 2013 (r315621) @@ -29,7 +29,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -INSTALLS_ICONS= yes MAN1= ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \ grep-changelog.1 @@ -93,6 +92,7 @@ CONFIGURE_ARGS+= --without-x .else USE_XORG= x11 USE_GNOME= +INSTALLS_ICONS= yes .if ${PORT_OPTIONS:MSVG} USE_GNOME+= librsvg2