diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:39:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:39:53 +0000 |
commit | f5d246917c0f9906f60d13674c718a4aebab2873 (patch) | |
tree | 10a8df6840de4aef99e374b9f20354963e428185 /x11-wm/bbconf | |
parent | 2ccbe958e703874f27f9484fb478bed478129a51 (diff) | |
download | ports-f5d246917c0f9906f60d13674c718a4aebab2873.tar.gz ports-f5d246917c0f9906f60d13674c718a4aebab2873.zip |
Notes
Diffstat (limited to 'x11-wm/bbconf')
-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> |