mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/bareos23-traymonitor: Fix name collisions
Reported by: antoine
This commit is contained in:
parent
d38266d84c
commit
a210e2864b
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
PKGNAMESUFFIX= 23-traymonitor
|
|
||||||
|
|
||||||
COMMENT= Backup archiving recovery open sourced (traymonitor)
|
COMMENT= Backup archiving recovery open sourced (traymonitor)
|
||||||
|
|
||||||
|
@ -19,13 +18,13 @@ qt5_CONFLICTS= bareos-traymonitor-qt6
|
||||||
qt6_CONFLICTS= bareos-traymonitor-qt5
|
qt6_CONFLICTS= bareos-traymonitor-qt5
|
||||||
|
|
||||||
.if ${FLAVOR} == qt6
|
.if ${FLAVOR} == qt6
|
||||||
PKGNAMESUFFIX= -traymonitor-qt6
|
PKGNAMESUFFIX= 23-traymonitor-qt6
|
||||||
|
|
||||||
USES+= qt:6
|
USES+= qt:6
|
||||||
USE_QT= base:run declarative:build tools:build
|
USE_QT= base:run declarative:build tools:build
|
||||||
CMAKE_ARGS+= -Dbat-qt6=yes
|
CMAKE_ARGS+= -Dbat-qt6=yes
|
||||||
.else
|
.else
|
||||||
PKGNAMESUFFIX= -traymonitor-qt5
|
PKGNAMESUFFIX= 23-traymonitor-qt5
|
||||||
|
|
||||||
LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5
|
LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5
|
||||||
USES+= qt:5
|
USES+= qt:5
|
||||||
|
|
Loading…
Add table
Reference in a new issue