diff options
author | petef <petef@FreeBSD.org> | 2001-10-30 09:51:01 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-30 09:51:01 +0800 |
commit | e672053710a37f80930d3bd00beda84f3a19ad0b (patch) | |
tree | 576bea3ef82c4c5c0730edd513194e65916108b0 /textproc/dico/Makefile | |
parent | 6ee8704575c4eb974538ae697785f138f02c29fa (diff) | |
download | freebsd-ports-gnome-e672053710a37f80930d3bd00beda84f3a19ad0b.tar.gz freebsd-ports-gnome-e672053710a37f80930d3bd00beda84f3a19ad0b.tar.zst freebsd-ports-gnome-e672053710a37f80930d3bd00beda84f3a19ad0b.zip |
Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>"
PR: 31594
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'textproc/dico/Makefile')
-rw-r--r-- | textproc/dico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dico/Makefile b/textproc/dico/Makefile index 516620bc269d..9ce3f7500d75 100644 --- a/textproc/dico/Makefile +++ b/textproc/dico/Makefile @@ -20,7 +20,7 @@ NO_WRKSUBDIR= true PATCH_STRIP= -p1 USE_AUTOMAKE= true USE_GMAKE= true -AUTOMAKE= automake --add-missing --foreign --include-deps +AUTOMAKE_ARGS= --add-missing --foreign --include-deps ACLOCAL= aclocal MAKE_ARGS= prefix=${PREFIX} MAN1= dico.1 |