svn commit: r433273 - head/devel/grumpy

Steve Wills swills at FreeBSD.org
Sat Feb 4 00:01:35 UTC 2017


Author: swills
Date: Sat Feb  4 00:01:34 2017
New Revision: 433273
URL: https://svnweb.freebsd.org/changeset/ports/433273

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

Modified:
  head/devel/grumpy/Makefile

Modified: head/devel/grumpy/Makefile
==============================================================================
--- head/devel/grumpy/Makefile	Fri Feb  3 23:32:46 2017	(r433272)
+++ head/devel/grumpy/Makefile	Sat Feb  4 00:01:34 2017	(r433273)
@@ -16,6 +16,8 @@ GH_TAGNAME=	348f038
 
 USES=		gmake python
 
+.include <bsd.port.options.mk>
+
 .if ${ARCH} == "amd64"
 PLIST_SUB=	ARCH=amd64
 .endif


More information about the svn-ports-all mailing list