summaryrefslogtreecommitdiff
path: root/comms/hylafax
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
committerjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
commit1293a34c3ecc1180b38cf0663789b8d08112bef8 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /comms/hylafax
parent477c5648f179561a49b3c4d332b367e16a2fb0f1 (diff)
downloadpkgsrc-1293a34c3ecc1180b38cf0663789b8d08112bef8.tar.gz
Use ghostscript.mk.
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 83a7215361d..53b6a683ea2 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2002/08/28 20:59:38 abs Exp $
+# $NetBSD: Makefile,v 1.27 2002/09/13 06:53:32 jlam Exp $
#
DISTNAME= hylafax-4.1
@@ -14,7 +14,6 @@ COMMENT= Telecommunication and fax server system
DEPENDS+= tiff-[0-9]*:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= mawk>=1.2.2:../../lang/mawk
-DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DIST_SUBDIR= hylafax
@@ -42,5 +41,6 @@ post-install:
${CHMOD} 4555 ${SUID_EXES}
${INSTALL_SCRIPT} ${WRKDIR}/hylafax.sh ${PREFIX}/etc/rc.d/hylafax
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"