diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 12:38:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 12:38:26 +0000 |
commit | f644fb5d72cf6fb768ebc78552134e079189c52b (patch) | |
tree | 324c7baf9b8dc03ac8c7374dc3cd45a598513deb /lang | |
parent | Do not define gmake usage after pre.mk (diff) |
Include bsd.pure.mk earlier so that gmake is defined before pre.mk
Notes
Notes:
svn path=/head/; revision=322829
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pure/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index bca196ba8867..cf7a7eb49743 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -76,6 +76,8 @@ SUB_LIST+= NOCLANG="" SUB_LIST+= NOCLANG="@comment " .endif +.include "${.CURDIR}/bsd.pure.mk" + .include <bsd.port.pre.mk> post-install: @@ -97,5 +99,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include "bsd.pure.mk" .include <bsd.port.post.mk> |