aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-01-28 01:49:43 +0800
committeroliver <oliver@FreeBSD.org>2005-01-28 01:49:43 +0800
commit2fd5263eccd1753c8a9c40d47380ccefa2967904 (patch)
treee8db39a900308763be87ffea6f1606e40a8354d8 /print
parent66fa164726f1998d18280b490a0e4fecb96e1887 (diff)
downloadfreebsd-ports-graphics-2fd5263eccd1753c8a9c40d47380ccefa2967904.tar.gz
freebsd-ports-graphics-2fd5263eccd1753c8a9c40d47380ccefa2967904.tar.zst
freebsd-ports-graphics-2fd5263eccd1753c8a9c40d47380ccefa2967904.zip
add some dependencies
Noted by: pointyhat
Diffstat (limited to 'print')
-rw-r--r--print/xfce4-print/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile
index d2c436f13d0..e0ae7f6a506 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
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2 * Only use -fPIC, when compiling shared objects, not static ones.mi2015-04-152-3/+35 * Update net/libsrtp to 1.5.2 and use base OpenSSL on FreeBSD 10 and uptijl2015-04-126-41/+31 * Default the WRKSRC to the proper extracted name for USE_GITHUB whenbdrewery2015-03-201-1/+0 * Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inbdrewery2015-03-201-2/+2 * Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GI...bdrewery2015-03-201-1/+0 * Mark some inline functions static such that gcc (in C89 mode) doesn'ttijl2015-01-112-0/+24 * Update net/libsrtp to 1.5.0.tijl2015-01-09