diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:06:35 +0000 |
commit | 1d62d821d98b26ab18c67ccecf7443fb4bff2378 (patch) | |
tree | 7021fdbe169b6d22a6a7e8146e2e1754162e9221 /comms/hylafax | |
parent | c210151c2fd41fe4f010938b8c04cfbf588b1088 (diff) | |
download | ports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.tar.gz ports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.zip |
Notes
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index b36883a22031..7cfd3d7507e8 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: hylafax -# Date created: 16 May 1995 -# Whom: Julian Stacey <jhs@freebsd.org> -# +# Created by: Julian Stacey <jhs@freebsd.org> # $FreeBSD$ -# PORTNAME= hylafax PORTVERSION= 6.0.6 @@ -16,7 +12,7 @@ COMMENT= Fax software BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg \ - jbig.1:${PORTSDIR}/graphics/jbigkit + jbig:${PORTSDIR}/graphics/jbigkit MAKE_JOBS_UNSAFE= yes |