diff options
author | steve <steve@FreeBSD.org> | 2001-12-25 08:10:13 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-25 08:10:13 +0800 |
commit | 644de9f787c56619966d3e4854c75fbc038c72e7 (patch) | |
tree | 5687bc5c43c56219ecaf1bea54a658faf445df97 /textproc | |
parent | b721c50e2beace777898339cbfc8c9c8d709eea4 (diff) | |
download | freebsd-ports-gnome-644de9f787c56619966d3e4854c75fbc038c72e7.tar.gz freebsd-ports-gnome-644de9f787c56619966d3e4854c75fbc038c72e7.tar.zst freebsd-ports-gnome-644de9f787c56619966d3e4854c75fbc038c72e7.zip |
Remove (incorrect) re-definition of ACLOCAL so this port builds again.
Diffstat (limited to 'textproc')
-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 9ce3f7500d75..db7bfe3c1d0f 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 |