diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-12-11 12:56:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-12-11 12:56:18 +0000 |
commit | d3bfc2b36499da46ace4b789ba512dcd0327cba3 (patch) | |
tree | 1d51a767cfd835d1d1250a57d01c9f2ebe5ac98f | |
parent | 59f5a86ecf9d6506a7d82f90598318d918cb6999 (diff) | |
download | ports-d3bfc2b36499da46ace4b789ba512dcd0327cba3.tar.gz ports-d3bfc2b36499da46ace4b789ba512dcd0327cba3.zip |
- Add a runtime dependency on x11/xlockmore so that xflock4 can invoke xlock.
- Bump PORTREVISION
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=287182
-rw-r--r-- | sysutils/xfce4-utils/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 381a840ade6a..f65ec800e776 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-utils PORTVERSION= 4.8.3 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/xfce-utils/${PORTVERSION:R} @@ -18,6 +19,8 @@ COMMENT= Xfce 4 essential utilities and scripts BUILD_DEPENDS= p5-XML-Parser>=2.40:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= xlock:${PORTSDIR}/x11/xlockmore + DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/4//} CONFIGURE_ARGS+=--with-xsession-prefix=${PREFIX} \ |