diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:37:25 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:37:25 +0000 |
commit | ee161386d4cacfa5a6c03f35e393db16494e167c (patch) | |
tree | e4fdefc9a19eda4c3f2c2b9291526417df0ebb1f /cad | |
parent | graphics/photivo: remove flavors (Qt4 deprecation) (diff) |
archivers/quazip: remove flavors (Qt4 deprecation)
Notes
Notes:
svn path=/head/; revision=495949
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 9995051ee905..98953867be5d 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -4,7 +4,7 @@ PORTNAME= qcad PORTVERSION= 3.21.3.15 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad DIST_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs -LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5 +LIB_DEPENDS= libquazip5.so:archivers/quazip MAKE_JOBS_UNSAFE=yes |