mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
component. [1] - While here, fix typo in PORT_OPTIONS check in avidemux2. Reported by: miwi via IRC [1] With hat on: kde [1]
This commit is contained in:
parent
f3b4dec123
commit
eeab42deb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298579
@ -30,7 +30,7 @@ OPTIONS= ASPELL "install with aspell support" off \
|
||||
HTTPLOAD "install httpLoad plugin" off
|
||||
|
||||
WRKSRC= ${WRKDIR}/TreeLine
|
||||
USE_QT4= yes
|
||||
USE_QT4= # empty
|
||||
USE_PYTHON= 2.5+
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -26,7 +26,7 @@ RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_QT4= yes
|
||||
USE_QT4= # empty
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= qt4-
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Multiplatform C++ application framework
|
||||
|
||||
USE_QT4= yes
|
||||
USE_QT4= # empty
|
||||
QT_DIST= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -31,7 +31,7 @@ post-install:
|
||||
${INSTALL_DATA} "${WRKDIR}/${PORTNAME}.desktop" "${DESKTOPDIR}"
|
||||
@${ECHO_CMD} "${PORTNAME}.desktop" >> ${TMPPLIST}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MQT4
|
||||
.if ${PORT_OPTIONS:MQT4}
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%DATADIR%%|${DATADIR}|g" \
|
||||
-e "s|%%NAME%%|${PORTNAME}|g" -e "s|%%API%%|qt4|g" \
|
||||
< ${FILESDIR}/avidemux2.desktop.in > ${WRKDIR}/${PORTNAME}_qt4.desktop
|
||||
|
@ -20,7 +20,7 @@ LICENSE= GPLv2
|
||||
CONFLICTS= avidemux2-2.[0-46-9].*
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_QT4= yes
|
||||
USE_QT4= # empty
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
|
@ -56,7 +56,7 @@ OPTIONS= LDAP "Enable LDAP support" off \
|
||||
BROKEN= Please set WITH_DBUS or remove WITH_KDE4!
|
||||
. endif
|
||||
USE_KDE4= kdehier kdelibs
|
||||
USE_QT4= yes
|
||||
USE_QT4= # empty
|
||||
CONFIGURE_ARGS+= --enable-kde
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-kde
|
||||
|
Loading…
Reference in New Issue
Block a user