diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 14:58:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 14:58:29 +0800 |
commit | 283bec0e86450df608f3e35bfa727120d4d8312b (patch) | |
tree | 7a9c6aaba23cdd2d986eb6d4bd08b407e6bfcf12 | |
parent | 1372f6d28699714f408ec75bc558c365b74fdd89 (diff) | |
download | freebsd-ports-gnome-283bec0e86450df608f3e35bfa727120d4d8312b.tar.gz freebsd-ports-gnome-283bec0e86450df608f3e35bfa727120d4d8312b.tar.zst freebsd-ports-gnome-283bec0e86450df608f3e35bfa727120d4d8312b.zip |
BROKEN: Does not build with new version of windowmaker
-rw-r--r-- | mail/aileron/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/FSViewer/Makefile | 2 | ||||
-rw-r--r-- | x11/wmessage/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/mail/aileron/Makefile b/mail/aileron/Makefile index bcf44b7c046a..12d280a2ff1b 100644 --- a/mail/aileron/Makefile +++ b/mail/aileron/Makefile @@ -15,6 +15,8 @@ DISTNAME= Aileron-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= WINGs mail client +BROKEN= "Does not build with new version of windowmaker" + LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient BUILD_DEPENDS= ${X11BASE}/bin/get-wings-flags:${PORTSDIR}/x11-wm/windowmaker diff --git a/x11-fm/FSViewer/Makefile b/x11-fm/FSViewer/Makefile index a2e1ea38925d..e0bce841e2f1 100644 --- a/x11-fm/FSViewer/Makefile +++ b/x11-fm/FSViewer/Makefile @@ -15,6 +15,8 @@ DISTNAME= FSViewer.app-${PORTVERSION} MAINTAINER= Fritz.Heinrichmeyer@fernuni-hagen.de COMMENT= X11 file manager using WINGS library. Dockable in WindowMaker +BROKEN= "Does not build with new version of windowmaker" + LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker GNU_CONFIGURE= yes diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile index d81c827992dc..e15d2aabef4b 100644 --- a/x11/wmessage/Makefile +++ b/x11/wmessage/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://tucows.mirror.ish.de/linux/files/x11/xwin/ MAINTAINER= pat@FreeBSD.org COMMENT= A WINGs based message viewer similar to xmessage +BROKEN= "Does not build with new version of windowmaker" + BUILD_DEPENDS= get-wraster-flags:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes |