diff options
Diffstat (limited to 'editors/cudatext/Makefile')
-rw-r--r-- | editors/cudatext/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index 254f753b40e2..e3c9ebb1b893 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -38,9 +38,8 @@ LAZARUS_PROJECT_FILES+= app/cudatext.lpi LAZBUILD_ARGS= -d LLD_UNSAFE= yes -gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5 -qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5 -qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt4 +gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 +qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 USE_FPC_gtk2= cairo USE_GNOME_gtk2= cairo |