aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-12 20:38:26 +0800
committerbapt <bapt@FreeBSD.org>2013-07-12 20:38:26 +0800
commitc1e7642df076ef3aa4ac2e87988ce34e6c9db6fd (patch)
tree324c7baf9b8dc03ac8c7374dc3cd45a598513deb /lang
parent51e51c24e488efa33ff7fddf238ba986707dd60f (diff)
downloadfreebsd-ports-gnome-c1e7642df076ef3aa4ac2e87988ce34e6c9db6fd.tar.gz
freebsd-ports-gnome-c1e7642df076ef3aa4ac2e87988ce34e6c9db6fd.tar.zst
freebsd-ports-gnome-c1e7642df076ef3aa4ac2e87988ce34e6c9db6fd.zip
Include bsd.pure.mk earlier so that gmake is defined before pre.mk
Diffstat (limited to 'lang')
-rw-r--r--lang/pure/Makefile3
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>