diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-30 03:40:08 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-30 03:40:08 +0800 |
commit | 1bc2055bca2f4bf8c88abf33409e1854d6080dbe (patch) | |
tree | c5bee1745b79b3a8a53fdb23032efd50fb456c30 /print | |
parent | fbcd6c236629006279886e5cd288afe1f917a877 (diff) | |
download | freebsd-ports-gnome-1bc2055bca2f4bf8c88abf33409e1854d6080dbe.tar.gz freebsd-ports-gnome-1bc2055bca2f4bf8c88abf33409e1854d6080dbe.tar.zst freebsd-ports-gnome-1bc2055bca2f4bf8c88abf33409e1854d6080dbe.zip |
add another missing dependency....
Pointed out by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index bcb94e2cc6df..992a00141de6 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -20,7 +20,8 @@ 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 \ + xfce4mcs-client.2:${PORTSDIR}/x11/libxfce4mcs RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager USE_GETTEXT= yes |