summaryrefslogtreecommitdiff
path: root/editors/bed/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-07 20:29:41 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-07 20:29:41 +0000
commitc7e12495eca8acca20b098e13c621ffa27e361fb (patch)
tree560c285210bedfa2bd39e870cd671212e36ff090 /editors/bed/Makefile
parent. Add a port of bed: (diff)
. No interactive errors on Bento.
Notes
Notes: svn path=/head/; revision=90554
Diffstat (limited to '')
-rw-r--r--editors/bed/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile
index f309672cf648..5a7b2d2045c0 100644
--- a/editors/bed/Makefile
+++ b/editors/bed/Makefile
@@ -32,6 +32,7 @@ PLIST_SUB+= X11="@comment "
.else
PLIST_SUB+= X11=""
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
pre-configure:
@if "${X11BASE}/bin/rxvt" -h 2>&1 | ${GREP} -qi menubar; then \
else \
@@ -41,6 +42,7 @@ pre-configure:
exit 1; \
fi
.endif
+.endif
post-configure:
${ECHO_MSG} 'CONFIG_DEBUG=n' >> ${WRKSRC}/config