mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Make X-Face support optional and disable it by default
X-Face support is disabled in the default configuration of muttprint, and the support for this option requires mail/faces which in turn requires devel/glib12 and x11-toolkits/gtk12. Make it possible for users who really care about this feature to get it, and remove these old dependencies for others.
This commit is contained in:
parent
df22a9fe3f
commit
7f43e24f35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479586
1 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= muttprint
|
PORTNAME= muttprint
|
||||||
PORTVERSION= 0.73
|
PORTVERSION= 0.73
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= print mail
|
CATEGORIES= print mail
|
||||||
MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION}
|
MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@ LICENSE= GPLv2
|
||||||
BUILD_DEPENDS= docbook2pdf:textproc/docbook-utils \
|
BUILD_DEPENDS= docbook2pdf:textproc/docbook-utils \
|
||||||
docbook-sgml>0:textproc/docbook-sgml
|
docbook-sgml>0:textproc/docbook-sgml
|
||||||
RUN_DEPENDS= psnup:print/psutils \
|
RUN_DEPENDS= psnup:print/psutils \
|
||||||
uncompface:mail/faces \
|
|
||||||
p5-TimeDate>=0:devel/p5-TimeDate \
|
p5-TimeDate>=0:devel/p5-TimeDate \
|
||||||
p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
||||||
|
|
||||||
|
@ -26,11 +25,13 @@ USE_TEX= latex dvipsk
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
REINPLACE_ARGS= -i ""
|
REINPLACE_ARGS= -i ""
|
||||||
|
|
||||||
OPTIONS_DEFINE= CUPS X11 DOCS
|
OPTIONS_DEFINE= CUPS X11 DOCS XFACE
|
||||||
OPTIONS_DEFAULT= X11
|
OPTIONS_DEFAULT= X11
|
||||||
X11_DESC= graphics/ImageMagick[-nox11] dependency
|
X11_DESC= graphics/ImageMagick[-nox11] dependency
|
||||||
|
XFACE_DESC= mail/faces dependency (requires gtk12)
|
||||||
|
|
||||||
CUPS_RUN_DEPENDS= lpr-cups:print/cups
|
CUPS_RUN_DEPENDS= lpr-cups:print/cups
|
||||||
|
XFACE_RUN_DEPENDS= uncompface:mail/faces
|
||||||
|
|
||||||
.if !defined(PAPERSIZE)
|
.if !defined(PAPERSIZE)
|
||||||
PAPERSIZE= letter
|
PAPERSIZE= letter
|
||||||
|
|
Loading…
Add table
Reference in a new issue