mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build problem when using WITHOUT_X11.
PR: ports/51435
This commit is contained in:
parent
085e9f3cfb
commit
628d86fa47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81880
@ -83,10 +83,9 @@ pre-configure:
|
||||
fi
|
||||
.endif
|
||||
|
||||
# If X11 is not used, skip gs and etk applications.
|
||||
# If X11 is not used, skip the gs application.
|
||||
.if defined(WITHOUT_X11)
|
||||
@${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/gs/SKIP
|
||||
@${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/etk/SKIP
|
||||
.endif
|
||||
|
||||
# Install documentation. (HTML docs need to be in same dir as the
|
||||
|
@ -83,10 +83,9 @@ pre-configure:
|
||||
fi
|
||||
.endif
|
||||
|
||||
# If X11 is not used, skip gs and etk applications.
|
||||
# If X11 is not used, skip the gs application.
|
||||
.if defined(WITHOUT_X11)
|
||||
@${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/gs/SKIP
|
||||
@${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/etk/SKIP
|
||||
.endif
|
||||
|
||||
# Install documentation. (HTML docs need to be in same dir as the
|
||||
|
Loading…
Reference in New Issue
Block a user