mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Relocate previous commit to prevent error in WITHOUT_X11 case.
This commit is contained in:
parent
504a94dc8d
commit
00f2693518
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106088
@ -34,12 +34,6 @@ USE_GMAKE= yes
|
||||
MAN1= bed.1 xbed.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
PLIST_SUB+= X11="@comment "
|
||||
.else
|
||||
PLIST_SUB+= X11=""
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
@ -50,6 +44,12 @@ BROKEN= "Does not compile on amd64 (missing -fPIC)"
|
||||
BROKEN= "Hangs during configure"
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user