Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2013 14:44:15 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315621 - head/editors/emacs
Message-ID:  <201303301444.r2UEiFJb057064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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  <neil at darlow.co.uk>
  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



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