mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
BROKEN on !i386: Does not compile
Approved by: portmgr (implicit)
This commit is contained in:
parent
4aadcd9c8b
commit
abc6ba2d15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156981
1 changed files with 7 additions and 1 deletions
|
@ -23,7 +23,13 @@ USE_BZIP2= yes
|
|||
USE_GNOME= gtk20
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.2.0
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= Does not compile on !i386
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/binary/skyeye ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue