diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-29 19:40:08 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-29 19:40:08 +0000 |
commit | fcac4d34747851a14a2e0b0b504207498cba6306 (patch) | |
tree | b1e70fae1a9c4a1f89db630e0e50c0b866bed95d /print/xfce4-print | |
parent | b2c4933e5f92540abe449ec77bf3b731c43ed059 (diff) | |
download | ports-fcac4d34747851a14a2e0b0b504207498cba6306.tar.gz ports-fcac4d34747851a14a2e0b0b504207498cba6306.zip |
add another missing dependency....
Pointed out by: pointyhat
Notes
Notes:
svn path=/head/; revision=127644
Diffstat (limited to 'print/xfce4-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 |