diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-10-21 21:15:31 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-10-21 21:15:31 +0000 |
commit | 4ba98149cf8de6cf9a4d47e94b64fb66ef3c81b4 (patch) | |
tree | 7af9251161c08f3971475fc71eb3afe6793c08fd /comms/hylafax/Makefile | |
parent | 6e651be77728af7df1504e6c5914bacb565e3c79 (diff) |
Notes
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 55d9599f9dd9..3b7739fca6c5 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm # no dependency on ghostscript because we don't know which # version the user prefers -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ + jpeg:${PORTSDIR}/graphics/jpeg DIST_SUBDIR= hylafax @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}" # Want PAM? .if defined(WITHOUT_PAM) -CONFIGURE_ARGS+=--disable-PAM +CONFIGURE_ARGS+=--disable-pam .endif # Want HTML documentation? |