From 7ee45575cda82fe34007b7c18e089189a271e684 Mon Sep 17 00:00:00 2001 From: makc Date: Tue, 24 Feb 2015 21:46:28 +0000 Subject: - Switch my ports to USE_QT4=linguisttools_build and adjust Qt components - Use LUPDATE/LRELEASE provided by bsd.qt.mk - Drop needless stripping --- cad/librecad/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cad') diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 3740eb8c8a77..d89b1932392e 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,6 +2,7 @@ PORTNAME= librecad DISTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= GITHUB @@ -11,8 +12,8 @@ COMMENT= 2D CAD system BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libmuparser.so:${PORTSDIR}/math/muparser -USE_QT4= help qt3support help-tools_build linguist_build moc_build \ - rcc_build uic_build uic3_build +USE_QT4= gui help network sql svg help-tools_build \ + linguisttools_build moc_build rcc_build uic_build USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_GITHUB= yes -- cgit