mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
This commit is contained in:
parent
a5f9984b16
commit
d1a8b94bf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315621
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
CONFIGURE_ARGS= --localstatedir=/var
|
CONFIGURE_ARGS= --localstatedir=/var
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
INSTALLS_ICONS= yes
|
|
||||||
|
|
||||||
MAN1= ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \
|
MAN1= ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \
|
||||||
grep-changelog.1
|
grep-changelog.1
|
||||||
|
@ -93,6 +92,7 @@ CONFIGURE_ARGS+= --without-x
|
||||||
.else
|
.else
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_GNOME=
|
USE_GNOME=
|
||||||
|
INSTALLS_ICONS= yes
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSVG}
|
.if ${PORT_OPTIONS:MSVG}
|
||||||
USE_GNOME+= librsvg2
|
USE_GNOME+= librsvg2
|
||||||
|
|
Loading…
Add table
Reference in a new issue