diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-29 19:01:59 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-29 19:01:59 +0000 |
commit | 32ea452695861d71749e37d5abc4ce4378741380 (patch) | |
tree | 3f4010fbda3c7caab4f9aab623021e3e8c38084b /textproc/augeas | |
parent | e5e64fef98d8fb4850a62abcd4d2491d13494282 (diff) |
Notes
Diffstat (limited to 'textproc/augeas')
-rw-r--r-- | textproc/augeas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 9ad2f4bd0d41..202d443c1e26 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -21,6 +21,7 @@ USE_AUTOTOOLS= autoconf aclocal autoheader automake libtool ACLOCAL_ARGS= -I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes MAN1= augparse.1 augtool.1 MANCOMPRESSED= no |