diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 13:32:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 13:32:06 +0000 |
commit | 4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d (patch) | |
tree | 3c0e8bfe673a5c1e30efc1a8f7c2fa62a73243fc /devel/bison175 | |
parent | aa0a6b33abb64a760dac34854c5336e9dd14e0c3 (diff) | |
download | ports-4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d.tar.gz ports-4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d.zip |
Notes
Diffstat (limited to 'devel/bison175')
-rw-r--r-- | devel/bison175/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index f9c118fa8644..ed700d39c92e 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/Makefile @@ -27,6 +27,10 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 +.ifdef USE_BISON +.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again. +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/bison.info* |