From 4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 14 Sep 2002 13:32:06 +0000 Subject: Due to popular demant into each port which might be inserted into dependency list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) --- devel/autoconf213/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/autoconf213') diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 600cafb0e211..051ace52e0e9 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -28,6 +28,10 @@ CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 CONFIGURE_ARGS= --program-suffix=213 --datadir=${PREFIX}/share/autoconf213 WRKSRC= ${WRKDIR}/autoconf +.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER) +.error You have `USE_AUTOCONF' or `USE_AUTOCONF_VER' variables defined either in environment or in make(1) arguments. Please undefine and try again. +.endif + post-patch: @-${RM} ${WRKSRC}/*.info* -- cgit v1.2.3