diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2022-09-11 10:20:14 +0000 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2022-09-11 10:20:14 +0000 |
commit | ddae4e92d8313a1461145e3b4f0232fe463feaee (patch) | |
tree | e84ab3fcfdf00dbf560f8ef9ae031d0c2ed252f5 /textproc/sigil/Makefile | |
parent | 51a360b7fe98be99d21134e5fe624ba12d596dd9 (diff) | |
download | ports-ddae4e92d8313a1461145e3b4f0232fe463feaee.tar.gz ports-ddae4e92d8313a1461145e3b4f0232fe463feaee.zip |
Diffstat (limited to 'textproc/sigil/Makefile')
-rw-r--r-- | textproc/sigil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index c317582f89bf..966dc8c17a3d 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -26,8 +26,8 @@ USE_LDCONFIG= ${PREFIX}/lib/sigil USE_QT= concurrent core declarative gui location network printsupport \ svg webchannel webengine widgets xml xmlpatterns \ - buildtools_build linguisttools_build qmake_build \ - imageformats_run + buildtools:build linguisttools:build qmake:build \ + imageformats:run SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ src/Resource_Files/python3lib/*.py |