aboutsummaryrefslogtreecommitdiff
path: root/editors/bed
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 13:50:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 13:50:54 +0000
commit06822f2831e883df4cda5383bfd09002917c97e2 (patch)
tree38ba8c5d157e624a004faf6ea4eee6f8cdf0d2b4 /editors/bed
parent048720933d17d7f974b2fe627f6b69a93b9e1943 (diff)
downloadports-06822f2831e883df4cda5383bfd09002917c97e2.tar.gz
ports-06822f2831e883df4cda5383bfd09002917c97e2.zip
Notes
Diffstat (limited to 'editors/bed')
-rw-r--r--editors/bed/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile
index 5f750b237fb1..a81997a48d31 100644
--- a/editors/bed/Makefile
+++ b/editors/bed/Makefile
@@ -40,6 +40,16 @@ PLIST_SUB+= X11="@comment "
.else
PLIST_SUB+= X11=""
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64 (missing -fPIC)"
+.endif
+
+.if ${ARCH} == "ia64"
+BROKEN= "Hangs during configure"
+.endif
+
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
pre-configure:
@if "${X11BASE}/bin/rxvt" -h 2>&1 | ${GREP} -qi menubar; then \
@@ -57,4 +67,4 @@ post-configure:
${ECHO_MSG} 'CONFIG_MMAP=y' >> ${WRKSRC}/config
${GMAKE} -C ${WRKSRC} dep
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>