- Fix typo
Reported by: freshports
This commit is contained in:
parent
0f033fa3f6
commit
4898ae0280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320936
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
if ${ARCH} == "amd64"
|
||||
.if ${ARCH} == "amd64"
|
||||
PLIST_SUB+= AMD64="" ARCH=amd64
|
||||
. if !exists(/usr/lib32/libc.so)
|
||||
CONFIGURE_ARGS+= --enable-only64bit
|
||||
|
|
Loading…
Reference in a new issue