diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-08-15 05:05:26 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-08-15 05:05:26 +0000 |
commit | 687b913796a234c1424ae587c53ca6e87402a570 (patch) | |
tree | 214b41181e097bdaff5219ac8447bcd9be901722 /comms/hylafax | |
parent | 1b254ea129ff1a06cc40b2eb92b5990bab7f0121 (diff) | |
download | ports-687b913796a234c1424ae587c53ca6e87402a570.tar.gz ports-687b913796a234c1424ae587c53ca6e87402a570.zip |
Notes
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}" |