diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-27 17:49:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-27 17:49:43 +0000 |
commit | f73e1bf41a4ac946ed612a604c2065ae7364e7ca (patch) | |
tree | 18c68ce96bcea2bf22299b7107c8a9033388aca2 /print/xfce4-print | |
parent | 358fa5aa8084a7dfca0942a3b8748f9a5683fd57 (diff) | |
download | ports-f73e1bf41a4ac946ed612a604c2065ae7364e7ca.tar.gz ports-f73e1bf41a4ac946ed612a604c2065ae7364e7ca.zip |
Notes
Diffstat (limited to 'print/xfce4-print')
-rw-r--r-- | print/xfce4-print/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index d2c436f13d02..e0ae7f6a5062 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -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 |