diff options
author | hubertf <hubertf> | 2002-03-17 11:02:01 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-03-17 11:02:01 +0000 |
commit | 1fe92973291e013ec1b735fca8f7981fafa5b963 (patch) | |
tree | f12d4602d849d05ad3ae27626d2af2bd904e726f /comms | |
parent | 4aa1886e284fd95e1d0d64cd055f6bb75a7aec54 (diff) | |
download | pkgsrc-1fe92973291e013ec1b735fca8f7981fafa5b963.tar.gz |
Explicitly pull in the X11-version of ghostscript, as hylafax
might (and will) pull in the wrong (non-X11) version, which conflicts
with gs' dependencies.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 58f6dee6cbd..2b43295b831 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/03/14 00:50:09 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2002/03/17 11:02:01 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp # @@ -13,6 +13,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.elgro.demon.co.uk/resources.html COMMENT= Tcl/tk interface to Sam Leffler's fax package +DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript # XXX DEPENDS+= hylafax>=4.1:../../comms/hylafax DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= gv>=3.5.8nb1:../../print/gv |