Changeset View
Changeset View
Standalone View
Standalone View
graphics/poppler/Makefile
| Show First 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | |||||
| .else | .else | ||||
| CONFIGURE_ARGS+=--disable-poppler-qt4 | CONFIGURE_ARGS+=--disable-poppler-qt4 | ||||
| .endif | .endif | ||||
| .if ${SLAVEPORT}==qt5 | .if ${SLAVEPORT}==qt5 | ||||
| CONFIGURE_ARGS+=--enable-poppler-qt5 | CONFIGURE_ARGS+=--enable-poppler-qt5 | ||||
| CONFIGURE_ENV+= MOCQT5=${MOC} | CONFIGURE_ENV+= MOCQT5=${MOC} | ||||
| USE_QT5= core gui widgets xml buildtools_build testlib_build | USE_QT5= core gui widgets xml buildtools_build testlib_build | ||||
| USE_CXXSTD= c++11 | |||||
rakuco: Same thing about adding some explanation to this line. | |||||
| BUILD_WRKSRC= ${WRKSRC}/qt5 | BUILD_WRKSRC= ${WRKSRC}/qt5 | ||||
| INSTALL_WRKSRC= ${WRKSRC}/qt5 | INSTALL_WRKSRC= ${WRKSRC}/qt5 | ||||
| .else | .else | ||||
| CONFIGURE_ARGS+=--disable-poppler-qt5 | CONFIGURE_ARGS+=--disable-poppler-qt5 | ||||
| .endif | .endif | ||||
| .if ${SLAVEPORT}==utils | .if ${SLAVEPORT}==utils | ||||
| LIB_DEPENDS+= libpoppler-glib.so:graphics/poppler-glib | LIB_DEPENDS+= libpoppler-glib.so:graphics/poppler-glib | ||||
| ▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines | |||||
Same thing about adding some explanation to this line.