mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Add dependency on dbus-qt4
This commit is contained in:
parent
e70954241b
commit
c6cefc271d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184597
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= qtdemo
|
||||
PORTVERSION= 4.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= misc
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
@ -24,6 +24,7 @@ BUILD_DEPENDS= moc4:${PORTSDIR}/devel/qt4-moc \
|
|||
uic4:${PORTSDIR}/devel/qt4-uic
|
||||
LIB_DEPENDS= QtAssistantClient:${PORTSDIR}/devel/qt4-libqtassistantclient \
|
||||
QtCore:${PORTSDIR}/devel/qt4-corelib \
|
||||
QtDBus:${PORTSDIR}/devel/dbus-qt4 \
|
||||
QtDesigner:${PORTSDIR}/devel/qt4-designer \
|
||||
QtGui:${PORTSDIR}/x11-toolkits/qt4-gui \
|
||||
QtNetwork:${PORTSDIR}/net/qt4-network \
|
||||
|
|
Loading…
Add table
Reference in a new issue