1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- mark NOT_FOR_ARCHS for amd64

This commit is contained in:
Dirk Meyer 2003-08-03 10:08:36 +00:00
parent 2b7bcde1e2
commit 4df358a3b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86225

View File

@ -17,6 +17,9 @@ MASTERDIR?= ${.CURDIR}/../../lang/gcc32
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
# does not build on:
NOT_FOR_ARCHS= amd64
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif