mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Move flavor helpers to correct place
Suggested by: mat
This commit is contained in:
parent
01d0461569
commit
8f39faab66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476574
@ -16,6 +16,10 @@ RUN_DEPENDS= aria2c:www/aria2 \
|
||||
youtube-dl:www/youtube_dl \
|
||||
axel:ftp/axel
|
||||
|
||||
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5
|
||||
qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5
|
||||
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt4
|
||||
|
||||
USES= fpc lazarus:flavors
|
||||
USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-xml \
|
||||
pasjpeg regexpr rtl-extra rtl-objpas x11
|
||||
@ -37,10 +41,6 @@ USE_GNOME_gtk2= cairo
|
||||
USE_FPC+= ${USE_FPC_${FLAVOR}}
|
||||
USE_GNOME+= ${USE_GNOME_${FLAVOR}}
|
||||
|
||||
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5
|
||||
qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5
|
||||
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt4
|
||||
|
||||
LAZBUILD_ARGS= -d
|
||||
LAZARUS_PROJECT_FILES= src/awgg.lpi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user