mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Don't test if X is running. This was not necessary to build xmris.
This commit is contained in:
parent
f41d8edd13
commit
5b89ccca7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563
@ -1,12 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# X must be running when the scram program creates the bitmaps
|
||||
xwd -root >/dev/null 2>&1
|
||||
if [ $? != 0 ]; then
|
||||
echo "X needs to be started to build xmris"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mv ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
|
||||
|
||||
echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user