Changeset View
Changeset View
Standalone View
Standalone View
print/hplip/Makefile
Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | |||||
USES+= pyqt:5 | USES+= pyqt:5 | ||||
USE_PYQT= core_run dbussupport_run gui_run sip widgets_run | USE_PYQT= core_run dbussupport_run gui_run sip widgets_run | ||||
CONFIGURE_ARGS+= --enable-qt5 | CONFIGURE_ARGS+= --enable-qt5 | ||||
.else | .else | ||||
CONFIGURE_ARGS+= --disable-qt5 | CONFIGURE_ARGS+= --disable-qt5 | ||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MX11} && ! ${PORT_OPTIONS:MQT5} | .if ${PORT_OPTIONS:MX11} && ! ${PORT_OPTIONS:MQT5} | ||||
BROKEN= The X11 option requires one of the QT4 or QT5 options | BROKEN= The X11 option requires the QT5 option | ||||
.endif | .endif | ||||
post-patch: | post-patch: | ||||
@${REINPLACE_CMD} -e 's|-ldld||g;' \ | @${REINPLACE_CMD} -e 's|-ldld||g;' \ | ||||
-e 's|-ldl||g' \ | -e 's|-ldl||g' \ | ||||
-e 's,-lusb-1.0,-lusb,g' \ | -e 's,-lusb-1.0,-lusb,g' \ | ||||
-e 's,libusb-1.0/libusb.h,libusb.h,g' \ | -e 's,libusb-1.0/libusb.h,libusb.h,g' \ | ||||
${WRKSRC}/configure \ | ${WRKSRC}/configure \ | ||||
▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines |