diff options
author | kris <kris@FreeBSD.org> | 2006-03-07 04:39:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-07 04:39:53 +0800 |
commit | db7ed728b760743f8486ac577fbaebd86cdb0f90 (patch) | |
tree | 648aa6033af20407f415cf3f5d96cd12082a8b21 /x11-wm | |
parent | a1d0bbb193531e38afcd23f0e638c16095d8d95e (diff) | |
download | freebsd-ports-gnome-db7ed728b760743f8486ac577fbaebd86cdb0f90.tar.gz freebsd-ports-gnome-db7ed728b760743f8486ac577fbaebd86cdb0f90.tar.zst freebsd-ports-gnome-db7ed728b760743f8486ac577fbaebd86cdb0f90.zip |
BROKEN on amd64: Does not compile
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/bbconf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index 4068fb5538be..55672706aef6 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -34,6 +34,12 @@ PLIST_FILES= bin/bbconf \ lib/bbconf/plugins/libthemes.so PLIST_DIRS= lib/bbconf/plugins lib/bbconf +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 +.endif + post-patch: @${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${PERL} -pi -e 's|-O2 ||g ; \ @@ -47,4 +53,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |