diff options
author | steve <steve@FreeBSD.org> | 2001-12-25 00:10:13 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-25 00:10:13 +0000 |
commit | 644de9f787c56619966d3e4854c75fbc038c72e7 (patch) | |
tree | 5687bc5c43c56219ecaf1bea54a658faf445df97 /textproc/dico | |
parent | b721c50e2beace777898339cbfc8c9c8d709eea4 (diff) | |
download | FreeBSD-ports-644de9f787c56619966d3e4854c75fbc038c72e7.zip FreeBSD-ports-644de9f787c56619966d3e4854c75fbc038c72e7.tar.gz |
Remove (incorrect) re-definition of ACLOCAL so this port builds again.
Diffstat (limited to 'textproc/dico')
-rw-r--r-- | textproc/dico/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/dico/Makefile b/textproc/dico/Makefile index 9ce3f75..db7bfe3 100644 --- a/textproc/dico/Makefile +++ b/textproc/dico/Makefile @@ -21,7 +21,6 @@ PATCH_STRIP= -p1 USE_AUTOMAKE= true USE_GMAKE= true AUTOMAKE_ARGS= --add-missing --foreign --include-deps -ACLOCAL= aclocal MAKE_ARGS= prefix=${PREFIX} MAN1= dico.1 |