diff options
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 1e04c0f0f99c..6b67bbaa4490 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ARGS= --with-INSTALL="" \ --with-ZLIB=no --with-LIBZ=-lz --with-ZLIBINC=none \ --with-TIFFINC="${LOCALBASE}/include" \ --with-GCOPTS=" " --with-GCXXOPTS=" " \ - --with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none + --with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none \ + --with-DIR_HTML="${LOCALBASE}/share/doc/hylafax" # Defaults to "North American Letter". Use "ISO A4" for A4. .ifdef PAGESIZE CONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}" |