aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-01-15 23:27:43 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-01-15 23:30:26 +0000
commitdafb3cafaf774e89c3ebd1500ce56fba5665da02 (patch)
tree5b5ec9459ecee814608f472b9c549271a41b43d3
parent1fff84120f79e768838e631c9670057a8267b847 (diff)
downloadports-dafb3cafaf774e89c3ebd1500ce56fba5665da02.tar.gz
ports-dafb3cafaf774e89c3ebd1500ce56fba5665da02.zip
editors/ghostwriter: Fix Makefile causing errors
Using FLAVOR?=${FLAVORS:[0]} confuses the ports make system. To avoid the issue write the actual flavor string directly. Reported by: dvl Fixes: 6d8e63c53f121527898f3228fdecdc72a57022e3
-rw-r--r--editors/ghostwriter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ghostwriter/Makefile b/editors/ghostwriter/Makefile
index afdc9ef9ed74..b363958b6dd1 100644
--- a/editors/ghostwriter/Makefile
+++ b/editors/ghostwriter/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
FLAVORS= qt5 qt6
-FLAVOR?= ${FLAVORS:[0]}
+FLAVOR?= qt5
qt5_PKGNAMESUFFIX=
qt6_PKGNAMESUFFIX= -qt6
qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6