diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-08-22 17:48:35 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-08-22 17:48:35 +0000 |
commit | 27470e1676e69455acf06ae25ebd42ebd5bdecdb (patch) | |
tree | 445c3e315f03aa972de87391f921c655e4634f60 /comms | |
parent | cb9ed09fda5119f533f6a0b50796a275dfe64587 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 2 | ||||
-rw-r--r-- | comms/hylafax/Makefile | 2 | ||||
-rw-r--r-- | comms/tkhylafax/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 0caeb75202b3..d1ea2b0b5943 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= efax-gtk PORTVERSION= 3.2.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms MASTER_SITES= SF EXTRACT_SUFX= .src.tgz diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 7bd1fff4bf9e..2b5b5b8c49bd 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ PORTNAME= hylafax PORTVERSION= 6.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index b83ad4c82f43..4c764ad05ebc 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -3,7 +3,7 @@ PORTNAME= tkhylafax PORTVERSION= 3.2b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms tk MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} @@ -14,7 +14,7 @@ COMMENT= Tcl/tk interface to Sam Leffler's fax package RUN_DEPENDS= sendfax:${PORTSDIR}/comms/hylafax \ gv:${PORTSDIR}/print/gv -USES+= ghostscript:run tk:run +USES= tk:run WRKSRC= ${WRKDIR}/tkhylafax MAKE_ARGS= STAGEDIR=${STAGEDIR} PREFIX=${STAGEDIR}${PREFIX} TCLSH=${TCLSH} WISH=${WISH} |