svn commit: r315621 - head/editors/emacs
Ashish SHUKLA
ashish at FreeBSD.org
Sat Mar 30 14:44:16 UTC 2013
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
More information about the svn-ports-all
mailing list