diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-12 11:17:01 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-12 11:17:01 +0800 |
commit | 266603abd8506106fbf5ac560460426a06f306ee (patch) | |
tree | fdf10f9e8c81e3f944618ff52f4a6c66f279c637 /x11-wm/openbox/Makefile | |
parent | a120003db38a72c39d18d34d7a9dac04931b790a (diff) | |
download | freebsd-ports-gnome-266603abd8506106fbf5ac560460426a06f306ee.tar.gz freebsd-ports-gnome-266603abd8506106fbf5ac560460426a06f306ee.tar.zst freebsd-ports-gnome-266603abd8506106fbf5ac560460426a06f306ee.zip |
Update to 1.1.0.
Reported by: Ben Jansens
Add dependency on xloadimage port.
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 3b40366b53f9..c073674445d0 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -7,7 +7,7 @@ # PORTNAME= openbox -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= x11-wm MASTER_SITES= ftp://sunsite.dk/projects/openbox/ @@ -15,6 +15,8 @@ MAINTAINER= trevor@FreeBSD.org MAN1= openbox.1 osetroot.1 osetbg.1 +RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage + DOCS= AUTHORS BUGS CHANGELOG CHANGELOG.Blackbox CHANGELOG.bsetbg \ CodingStyle INSTALL LICENSE README README.bbtools \ README.bsetbg TODO |