mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
print/hplip: Tidy up options ordering to be alphabetical
This commit is contained in:
parent
5e0d053d34
commit
2c1539af0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437549
1 changed files with 10 additions and 10 deletions
|
@ -39,26 +39,28 @@ CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= DOCS FAX SNMP SCAN X11 XSANE
|
||||
OPTIONS_DEFAULT= SNMP SCAN X11 QT5
|
||||
OPTIONS_DEFINE= DOCS FAX SCAN SNMP X11 XSANE
|
||||
OPTIONS_RADIO= GUI
|
||||
OPTIONS_RADIO_GUI= QT4 QT5
|
||||
OPTIONS_SUB= yes # FAX SNMP SCAN X11 QT4 QT5
|
||||
OPTIONS_DEFAULT= QT5 SCAN SNMP X11
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DOCS_CONFIGURE_ENABLE= doc-build
|
||||
|
||||
FAX_DESC= PC Send Fax support
|
||||
FAX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=0:print/py-reportlab
|
||||
FAX_CONFIGURE_ENABLE= fax-build
|
||||
|
||||
SNMP_DESC= Network/JetDirect support
|
||||
SNMP_USES= ssl
|
||||
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
||||
SNMP_CONFIGURE_ENABLE= network-build
|
||||
|
||||
SCAN_DESC= Scanning support
|
||||
SCAN_LIB_DEPENDS= libsane.so:graphics/sane-backends
|
||||
SCAN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
|
||||
SCAN_CONFIGURE_ENABLE= scan-build
|
||||
|
||||
SNMP_DESC= Network/JetDirect support
|
||||
SNMP_USES= ssl
|
||||
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
||||
SNMP_CONFIGURE_ENABLE= network-build
|
||||
|
||||
X11_DESC= Graphical User Interface (Qt)
|
||||
X11_CONFIGURE_ENABLE= gui-build
|
||||
|
||||
|
@ -66,8 +68,6 @@ XSANE_DESC= Install XSane for scanning (implies SCAN)
|
|||
XSANE_IMPLIES= SCAN
|
||||
XSANE_RUN_DEPENDS= xsane:graphics/xsane
|
||||
|
||||
DOCS_CONFIGURE_ENABLE= doc-build
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MQT4} && ${PORT_OPTIONS:MX11}
|
||||
|
|
Loading…
Add table
Reference in a new issue