When I created these three ports ver qt 4.6.2, found the corresponding QtScript.pc QtSql.pc Qt3Support.pc installed in "/usr/local/lib/qt/pkgconfig" directory, but pkg-plist stored in the three documents show that this directory is "/usr/local/libdata/pkgconfig"
post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile The following modifications to work properly: post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile -- dbhrs...@gmail.com
_______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information