Skip to content

Commit

Permalink
cad/qcad: remove unnecessary dependency on QtWebkit
Browse files Browse the repository at this point in the history
This was removed upstream some time ago:
qcad/qcad@3775c83
  • Loading branch information
tcberner committed Sep 13, 2023
1 parent d06dba9 commit 4ba130a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cad/qcad/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= qcad
PORTVERSION= 3.28.1.0
DISTVERSIONPREFIX= v
#PORTREVISION= 1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= cad
DIST_SUBDIR= ${PORTNAME}

Expand All @@ -29,8 +29,8 @@ USE_CXXSTD= c++14
USE_GITHUB= yes
USE_LDCONFIG= yes
_USE_QT5= buildtools qmake:build \
designer gui help imageformats network opengl script \
scripttools sql svg uitools xml xmlpatterns webkit
concurrent designer gui help imageformats network opengl script \
scripttools sql svg uitools xml xmlpatterns
#_USE_QT6= base tools
#USE_QT= ${_USE_QT${FLAVOR:S/qt//}}
USE_QT= ${_USE_QT5}
Expand Down

0 comments on commit 4ba130a

Please sign in to comment.