diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-10-07 20:29:41 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-10-07 20:29:41 +0000 |
commit | c7e12495eca8acca20b098e13c621ffa27e361fb (patch) | |
tree | 560c285210bedfa2bd39e870cd671212e36ff090 /editors | |
parent | . Add a port of bed: (diff) |
. No interactive errors on Bento.
Notes
Notes:
svn path=/head/; revision=90554
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bed/Makefile | 2 |
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 |