diff options
author | ashish <ashish@FreeBSD.org> | 2013-03-30 22:44:15 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2013-03-30 22:44:15 +0800 |
commit | abb9691599c6a1c4780bf14ecf44e88f8154d6c3 (patch) | |
tree | 8f2fa4efcb393fb12d852771e7535fe56fd62ba8 /editors | |
parent | c74efad56e6eacbf24cb4cef82f62ec73211a546 (diff) | |
download | freebsd-ports-graphics-abb9691599c6a1c4780bf14ecf44e88f8154d6c3.tar.gz freebsd-ports-graphics-abb9691599c6a1c4780bf14ecf44e88f8154d6c3.tar.zst freebsd-ports-graphics-abb9691599c6a1c4780bf14ecf44e88f8154d6c3.zip |
- 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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 313720c6529..6a210548e50 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 |