summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 17:18:50 +0000
committerhans <hans>2012-02-16 17:18:50 +0000
commit62a544cc17c3e6b02c3afa43d948a858f1b5fab9 (patch)
tree01c4be1de65514a81b4b28736cb73e925f25a88f /comms
parent5e9e2760a6c1bbaf1dae634b1cb32e4597423da2 (diff)
downloadpkgsrc-62a544cc17c3e6b02c3afa43d948a858f1b5fab9.tar.gz
Don't try to install SysV init scripts. That used to fix the build on
SunOS. Now it breaks because of tiff 4.0.
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 7adac5c8aab..22e937b8f36 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2012/02/06 12:39:41 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2012/02/16 17:18:50 hans Exp $
VERS= 4.2.5
DISTNAME= hylafax-${VERS}
@@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --with-MAKE=${MAKE_PROGRAM:Q}
CONFIGURE_ARGS+= --with-INSTALL="" --nointeractive
CONFIGURE_ARGS+= --with-ZLIBINC=-I${BUILDLINK_PREFIX.zlib}/include
CONFIGURE_ARGS+= --with-LIBZ="-L${BUILDLINK_PREFIX.zlib}/lib -lz"
+CONFIGURE_ARGS+= --with-SYSVINIT=no
CONFIGURE_ENV+= PREFIX=${PREFIX:Q} OPTIMIZER=${CFLAGS:Q}
CONFIGURE_ENV+= FAXUID=${FAXUSER:Q} FAXGID=${FAXGROUP:Q}
CONFIGURE_ENV+= VARBASE=${VARBASE:Q}