diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
commit | dcc9e8b200ab8a5206092584aca720a00b4a1b93 (patch) | |
tree | 00171acdfce93a0b16b627e2f4add8474ac7da35 /cad | |
parent | 626ea67df28655224dfc009495f8f256db40402f (diff) | |
download | freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.gz freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.zst freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.zip |
Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
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 |