mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Mark MAKE_JOBS_UNSAFE, fails in parallel build:
./protos.h:20:10: fatal error: 'pixmap.pro' file not found - Fix permissions handling Approved by: portmgr blanket
This commit is contained in:
parent
58726887cb
commit
1fd86acdd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400837
@ -12,10 +12,9 @@ COMMENT= Color vt102 terminal emulator with transparency support
|
||||
USE_XORG= xpm
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-xim --enable-big5
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
@${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/aterm
|
||||
|
||||
PLIST_FILES= bin/aterm man/man1/aterm.1.gz
|
||||
PLIST_FILES= "@(,,4711) bin/aterm" \
|
||||
man/man1/aterm.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user