aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/bbconf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-03-06 20:39:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-03-06 20:39:53 +0000
commitf5d246917c0f9906f60d13674c718a4aebab2873 (patch)
tree10a8df6840de4aef99e374b9f20354963e428185 /x11-wm/bbconf
parent2ccbe958e703874f27f9484fb478bed478129a51 (diff)
downloadports-f5d246917c0f9906f60d13674c718a4aebab2873.tar.gz
ports-f5d246917c0f9906f60d13674c718a4aebab2873.zip
Notes
Diffstat (limited to 'x11-wm/bbconf')
-rw-r--r--x11-wm/bbconf/Makefile8
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>