diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-28 22:18:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-28 22:18:38 +0000 |
commit | c773d419b4ecf3d1d3a239889b45e188ae66fd6d (patch) | |
tree | ebc0fd3da59b9581cace1efdd37e74d57ebf300d | |
parent | 42862d8614df5c664bc3f5c0074e4a6da707b839 (diff) | |
download | freebsd-ports-c773d419b4ecf3d1d3a239889b45e188ae66fd6d.zip |
The port that throws up on gtk is workplace, not windowmaker.
-rw-r--r-- | x11-fm/workplace/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index 991a046d4600..fa98f9f47346 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/27 14:29:36 tg Exp $ # DISTNAME= workplace-1.0.a1 @@ -15,6 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk +BROKEN= build + GNU_CONFIGURE= yes USE_X11= yes diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 50d37be1e126..04a8cf621b23 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.5 1998/03/28 20:22:42 ache Exp $ +# $Id: Makefile,v 1.6 1998/03/28 20:53:22 asami Exp $ DISTNAME= WindowMaker-0.14.0 PKGNAME= windowmaker-0.14.0 @@ -20,8 +20,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ png\\.2\\.:${PORTSDIR}/graphics/png \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 -BROKEN= build - USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 50d37be1e126..04a8cf621b23 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.5 1998/03/28 20:22:42 ache Exp $ +# $Id: Makefile,v 1.6 1998/03/28 20:53:22 asami Exp $ DISTNAME= WindowMaker-0.14.0 PKGNAME= windowmaker-0.14.0 @@ -20,8 +20,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ png\\.2\\.:${PORTSDIR}/graphics/png \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 -BROKEN= build - USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= yes |