diff options
author | makc <makc@FreeBSD.org> | 2015-02-25 05:46:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-02-25 05:46:28 +0800 |
commit | 7ee45575cda82fe34007b7c18e089189a271e684 (patch) | |
tree | 67c3b749c4a9eacab31686dce517786676371cbe /cad | |
parent | 8d92ef779430978264ea48abb535c8b7e0b6ca88 (diff) | |
download | freebsd-ports-gnome-7ee45575cda82fe34007b7c18e089189a271e684.tar.gz freebsd-ports-gnome-7ee45575cda82fe34007b7c18e089189a271e684.tar.zst freebsd-ports-gnome-7ee45575cda82fe34007b7c18e089189a271e684.zip |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Diffstat (limited to 'cad')
-rw-r--r-- | cad/librecad/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |