diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 16:05:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 16:05:42 +0800 |
commit | fd0432a83d90a1db89e8c6935f81e650eac2ab71 (patch) | |
tree | 94d72037ba3d4ba8423103f53533eb4349b527b4 | |
parent | 34a3ea50b47db65181919eb3f69f36b101788675 (diff) | |
download | freebsd-ports-gnome-fd0432a83d90a1db89e8c6935f81e650eac2ab71.tar.gz freebsd-ports-gnome-fd0432a83d90a1db89e8c6935f81e650eac2ab71.tar.zst freebsd-ports-gnome-fd0432a83d90a1db89e8c6935f81e650eac2ab71.zip |
BROKEN: Does not build with new version of windowmaker
-rw-r--r-- | audio/wsoundprefs/Makefile | 2 | ||||
-rw-r--r-- | games/wmtimebomb/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index 8db336cc0592..63a015272d9c 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -15,6 +15,8 @@ DISTNAME= WSoundPrefs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A utility for configuring sounds to play for Window Maker events +BROKEN= "Does not build with new version of windowmaker" + BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ wsound.1:${PORTSDIR}/audio/wsoundserver diff --git a/games/wmtimebomb/Makefile b/games/wmtimebomb/Makefile index 175cc84be9b6..7c2c8e357a20 100644 --- a/games/wmtimebomb/Makefile +++ b/games/wmtimebomb/Makefile @@ -14,6 +14,8 @@ DISTNAME= wmtimebomb.20 MAINTAINER= ports@FreeBSD.org COMMENT= A minesweeper for WindowMaker +BROKEN= "Does not build with new version of windowmaker" + LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ wraster.4:${PORTSDIR}/x11-wm/windowmaker |