add some dependencies
Noted by: pointyhat
This commit is contained in:
parent
358fa5aa80
commit
f73e1bf41a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127486
4 changed files with 17 additions and 7 deletions
|
@ -17,12 +17,15 @@ DIST_SUBDIR= xfce4
|
|||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= XFce 4 volume mixer module for xfce4-panel
|
||||
|
||||
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
|
||||
xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
||||
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
|
||||
xfce4mcs-client.2:${PORTSDIR}/x11/libxfce4mcs
|
||||
RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
|
||||
xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk20
|
||||
|
|
|
@ -18,8 +18,10 @@ DIST_SUBDIR= xfce4
|
|||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= XFce 4 graphical frontend for printing
|
||||
|
||||
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
||||
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
||||
RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk20
|
||||
|
|
|
@ -18,11 +18,13 @@ DIST_SUBDIR= xfce4
|
|||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= XFce 4 desktop background manager and root menu
|
||||
|
||||
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
||||
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
|
||||
xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
||||
RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
||||
RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
|
||||
xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk20
|
||||
|
|
|
@ -17,9 +17,12 @@ DIST_SUBDIR= xfce4
|
|||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= Session manager for the Xfce 4 desktop environment
|
||||
|
||||
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
||||
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
|
||||
iceauth:${X_CLIENTS_PORT}
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
||||
RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \
|
||||
iceauth:${X_CLIENTS_PORT}
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue