mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Unbreak because we found the problem (thx to stas@)
This commit is contained in:
parent
cc7c2bb275
commit
693ef828a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253501
@ -38,8 +38,6 @@ MAN1= qix.1
|
||||
FONTSDIR= lib/X11/fonts/local
|
||||
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
||||
|
||||
BROKEN= fails to build with new xorg 7.5
|
||||
|
||||
do-configure:
|
||||
@${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile~
|
||||
${SED} -e s:/usr/local:${PREFIX}: -e s:/usr/X11R6:${PREFIX}: \
|
||||
|
@ -28,8 +28,6 @@ MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
|
||||
# "make depend" blows up
|
||||
XMKMF= xmkmf
|
||||
|
||||
BROKEN= fails to build with xorg 7.5
|
||||
|
||||
.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
|
||||
IGNORE= Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X.
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user