1
0
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:
Jimmy Olgeni 2003-06-01 09:28:09 +00:00
parent 085e9f3cfb
commit 628d86fa47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81880
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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