Lines 16-22
Link Here
|
16 |
libijs.so:${PORTSDIR}/print/libijs \ |
16 |
libijs.so:${PORTSDIR}/print/libijs \ |
17 |
liblcms2.so:${PORTSDIR}/graphics/lcms2 \ |
17 |
liblcms2.so:${PORTSDIR}/graphics/lcms2 \ |
18 |
libqpdf.so:${PORTSDIR}/print/qpdf \ |
18 |
libqpdf.so:${PORTSDIR}/print/qpdf \ |
19 |
libdbus-1.so:${PORTSDIR}/devel/dbus \ |
|
|
20 |
libcupsimage.so:${PORTSDIR}/print/cups \ |
19 |
libcupsimage.so:${PORTSDIR}/print/cups \ |
21 |
libfreetype.so:${PORTSDIR}/print/freetype2 \ |
20 |
libfreetype.so:${PORTSDIR}/print/freetype2 \ |
22 |
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ |
21 |
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ |
Lines 43-55
Link Here
|
43 |
LIBS+= -L${LOCALBASE}/lib |
42 |
LIBS+= -L${LOCALBASE}/lib |
44 |
USE_LDCONFIG= yes |
43 |
USE_LDCONFIG= yes |
45 |
|
44 |
|
46 |
OPTIONS_DEFINE= AVAHI DOCS |
45 |
OPTIONS_DEFINE= AVAHI DOCS DBUS |
47 |
OPTIONS_DEFAULT=AVAHI |
46 |
OPTIONS_DEFAULT=AVAHI |
48 |
|
47 |
|
49 |
AVAHI_CONFIGURE_ENABLE= avahi |
48 |
AVAHI_CONFIGURE_ENABLE= avahi |
50 |
AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app |
49 |
AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app |
51 |
AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon |
50 |
AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon |
52 |
AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= |
51 |
AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= |
|
|
52 |
DBUS_CONFIGURE_ENABLE= dbus |
53 |
DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus |
53 |
|
54 |
|
54 |
post-patch: |
55 |
post-patch: |
55 |
@${REINPLACE_CMD} 's:-std=c++0x:-std=c++11:' ${WRKSRC}/Makefile.in |
56 |
@${REINPLACE_CMD} 's:-std=c++0x:-std=c++11:' ${WRKSRC}/Makefile.in |