diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-11 10:05:42 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-11 10:05:42 +0000 |
commit | 9870e21a41db6feb9309808dcc8183b8becd704a (patch) | |
tree | 00171acdfce93a0b16b627e2f4add8474ac7da35 /cad | |
parent | a7c4ac431f63ec0c92ddc979e1283935626bf7cc (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 7d74ecb53dd8..b9ba09b4a339 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -4,6 +4,7 @@ PORTNAME= qcad PORTVERSION= 3.19.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad DIST_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs -LIB_DEPENDS= libquazip.so:archivers/quazip +LIB_DEPENDS= libquazip.so:archivers/quazip@qt4 MAKE_JOBS_UNSAFE=yes |