diff options
author | reg <reg@FreeBSD.org> | 2000-08-01 16:26:20 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-08-01 16:26:20 +0000 |
commit | b3b0a1ec93724f3741226ea755f29d0dd97b9cdb (patch) | |
tree | 6931a1b34d75cfc8833a22a62545655ee7d18682 /x11-wm | |
parent | c1da11609c80734d67fc8c5ff97073f736a99d34 (diff) | |
download | FreeBSD-ports-b3b0a1ec93724f3741226ea755f29d0dd97b9cdb.zip FreeBSD-ports-b3b0a1ec93724f3741226ea755f29d0dd97b9cdb.tar.gz |
Ooops, that's what you get for always installing your window manager first.
PR: ports/20343
Submitted by: takashi@ueda.info.waseda.ac.jp
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gnome2wmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/gnome2wmaker/Makefile b/x11-wm/gnome2wmaker/Makefile index f71f4e1..b9370d2 100644 --- a/x11-wm/gnome2wmaker/Makefile +++ b/x11-wm/gnome2wmaker/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://ulli.linuxbox.com/gnome2wmaker/ MAINTAINER= reg@FreeBSD.org -BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ + wmaker:${PORTSDIR}/x11-wm/windowmaker RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ wmaker:${PORTSDIR}/x11-wm/windowmaker |