devel/grumpy: include bsd.port.options.mk to get ARCH definition

This commit is contained in:
Steve Wills 2017-02-04 00:01:34 +00:00
parent 6886f49854
commit ed4fd2027d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433273

View file

@ -16,6 +16,8 @@ GH_TAGNAME= 348f038
USES= gmake python
.include <bsd.port.options.mk>
.if ${ARCH} == "amd64"
PLIST_SUB= ARCH=amd64
.endif