View | Details | Raw Unified | Return to bug 190434 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 64-81 Link Here
64
CUPS_SUFFIX=	-image
64
CUPS_SUFFIX=	-image
65
LICENSE=	LGPL21
65
LICENSE=	LGPL21
66
.else
66
.else
67
PORTREVISION=	3
67
PORTREVISION=	4
68
CUPS_SUFFIX=	-base
68
CUPS_SUFFIX=	-base
69
# No DOCS option.  Files are needed by web interface.
69
# No DOCS option.  Files are needed by web interface.
70
OPTIONS_DEFINE=		DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN
70
OPTIONS_DEFINE=		DBUS LIBPAPER LIBUSB PAM X11 XDG_OPEN
71
OPTIONS_GROUP=		WEB
71
OPTIONS_GROUP=		WEB
72
OPTIONS_GROUP_WEB=	JAVA PERL PHP PYTHON
72
OPTIONS_GROUP_WEB=	JAVA PERL PHP PYTHON
73
OPTIONS_RADIO=		ZEROCONF
73
OPTIONS_RADIO=		ZEROCONF
74
OPTIONS_RADIO_ZEROCONF=	AVAHI MDNSRESPONDER
74
OPTIONS_RADIO_ZEROCONF=	AVAHI MDNSRESPONDER
75
OPTIONS_DEFAULT+=	LIBPAPER MDNSRESPONDER ICONS
75
OPTIONS_DEFAULT+=	LIBPAPER MDNSRESPONDER X11
76
.endif
76
.endif
77
77
78
ICONS_DESC=		Desktop icons
78
X11_DESC=		Desktop icons
79
LIBUSB_DESC=		USB support
79
LIBUSB_DESC=		USB support
80
WEB_DESC=		Interpreters for web interfaces
80
WEB_DESC=		Interpreters for web interfaces
81
XDG_OPEN_DESC=		Build with XDG_OPEN as browser
81
XDG_OPEN_DESC=		Build with XDG_OPEN as browser
Lines 179-185 Link Here
179
PLIST_SUB+=		LIBUSB="@comment "
179
PLIST_SUB+=		LIBUSB="@comment "
180
. endif
180
. endif
181
181
182
. if ${PORT_OPTIONS:MICONS}
182
. if ${PORT_OPTIONS:MX11}
183
INSTALLS_ICONS=	yes
183
INSTALLS_ICONS=	yes
184
CONFIGURE_ARGS+=	--with-icondir=${PREFIX}/share/icons
184
CONFIGURE_ARGS+=	--with-icondir=${PREFIX}/share/icons
185
. endif
185
. endif

Return to bug 190434