diff options
author | glewis <glewis@FreeBSD.org> | 2003-10-08 04:29:41 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-10-08 04:29:41 +0800 |
commit | a9400fab6f40a79858e1b08a1063cd7e89f2959e (patch) | |
tree | 5c1bfab463d1281484967c20f1010c8b1c8b851d /editors/bed | |
parent | e408a69b1542fece50a6cb85602f9c210fc408c7 (diff) | |
download | freebsd-ports-gnome-a9400fab6f40a79858e1b08a1063cd7e89f2959e.tar.gz freebsd-ports-gnome-a9400fab6f40a79858e1b08a1063cd7e89f2959e.tar.zst freebsd-ports-gnome-a9400fab6f40a79858e1b08a1063cd7e89f2959e.zip |
. No interactive errors on Bento.
Diffstat (limited to 'editors/bed')
-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 |