diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-17 14:35:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-17 14:35:29 +0800 |
commit | 812ca3ced6cab95e642362b9f9b70c174116fa8d (patch) | |
tree | f8d2a85240fdda51e8f77f993c8f1b378cc0f1cb /devel/gnu-autoconf | |
parent | 1883a69bf91097ce300eef25ce92c6f432bf7b40 (diff) | |
download | freebsd-ports-gnome-812ca3ced6cab95e642362b9f9b70c174116fa8d.tar.gz freebsd-ports-gnome-812ca3ced6cab95e642362b9f9b70c174116fa8d.tar.zst freebsd-ports-gnome-812ca3ced6cab95e642362b9f9b70c174116fa8d.zip |
Add a missing NO_MTREE.
Diffstat (limited to 'devel/gnu-autoconf')
-rw-r--r-- | devel/gnu-autoconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index 6420504f9d4f..55604f23b39c 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-autoconf/Makefile @@ -27,6 +27,7 @@ USE_PERL5= yes PREFIX?= ${LOCALBASE}/gnu-autotools GNU_CONFIGURE= yes +NO_MTREE= yes CONFIGURE_ENV+= CONFIG_SHELL=${SH} CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 CONFIGURE_ARGS= --without-lispdir |