mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
sysutils/android-file-transfer: unbreak _OFF helpers after r422824
This commit is contained in:
parent
65eb5561e3
commit
8a92f56119
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423675
@ -8,9 +8,6 @@ MASTERDIR= ${.CURDIR}/../android-file-transfer
|
||||
CONFLICTS_INSTALL= ${PORTNAME}-qt5
|
||||
|
||||
OPTIONS_SLAVE= QT4
|
||||
OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP} ${OPTIONS_RADIO_GUI}
|
||||
|
||||
# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
|
||||
post-patch-QT4-on: post-patch-CLI-off
|
||||
OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -8,9 +8,6 @@ MASTERDIR= ${.CURDIR}/../android-file-transfer
|
||||
CONFLICTS_INSTALL= ${PORTNAME}-qt4
|
||||
|
||||
OPTIONS_SLAVE= QT5
|
||||
OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP} ${OPTIONS_RADIO_GUI}
|
||||
|
||||
# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
|
||||
post-patch-QT5-on: post-patch-CLI-off
|
||||
OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -24,7 +24,7 @@ OPTIONS_MULTI= COMP
|
||||
OPTIONS_MULTI_COMP= CLI FUSE
|
||||
OPTIONS_RADIO= GUI
|
||||
OPTIONS_RADIO_GUI= QT4 QT5
|
||||
OPTIONS_EXCLUDE?=${OPTIONS_RADIO_GUI}
|
||||
OPTIONS_EXCLUDE:= ${OPTIONS_EXCLUDE} ${OPTIONS_RADIO_GUI}
|
||||
# XXX http://lists.dragonflybsd.org/pipermail/users/2016-September/313064.html
|
||||
OPTIONS_EXCLUDE_DragonFly= FUSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user