From d1a8b94bf460b0fbb47ef8bc65b48f638d47b61b Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sat, 30 Mar 2013 14:44:15 +0000 Subject: [PATCH] - Move INSTALLS_ICONS to X11 block since it pulls X11 dependencies PR: ports/177502 Submitted by: Neil Darlow Approved by: portmgr --- editors/emacs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 313720c65293..6a210548e508 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -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