diff options
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index aac8be5b9db..644d708c1e1 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/08 21:12:47 jlam Exp $ +# $NetBSD: Makefile,v 1.4 1999/10/09 13:42:00 rh Exp $ # DISTNAME= hylafax-4.1beta2 @@ -22,7 +22,7 @@ CONFLICTS= mgetty-* FAXUSER?= uucp FAXGROUP?= dialer -USE_GMAKE= YES +#USE_GMAKE= YES HAS_CONFIGURE= YES CONFIGURE_ENV= PREFIX="${PREFIX}" FAXUID="${FAXUSER}" FAXGID="${FAXGROUP}" CONFIGURE_ARGS= --with-MAKE=${MAKE_PROGRAM} --with-INSTALL="" |