diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:54:24 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:54:24 +0000 |
commit | 3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e (patch) | |
tree | 9928f42f49cec4ba44aca29299466ca3dae506d9 /x11-toolkits/scintilla | |
parent | c79ca74cdf8e4e5776f0e78037027d865c2eedac (diff) | |
download | ports-3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e.tar.gz ports-3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e.zip |
Diffstat (limited to 'x11-toolkits/scintilla')
-rw-r--r-- | x11-toolkits/scintilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index d3b8a6e79c40..c21ec68e3e9e 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -14,7 +14,7 @@ LICENSE_NAME= License for Scintilla and SciTE LICENSE_FILE= ${WRKSRC}/../License.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= compiler:c++17-lang gmake gnome iconv pkgconfig tar:tgz +USES= compiler:c++17-lang cpe gmake gnome iconv pkgconfig tar:tgz PATCH_WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}/gtk |