diff options
-rw-r--r-- | comms/hylafax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index d702b518c3f7..f4bcb99a1a38 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -139,7 +139,7 @@ post-install: @${CAT} ${PKGMESSAGE} .if ${OSVERSION} >= 900007 -CONFIGURE_ARGS+= GETTY=SysV +CONFIGURE_ARGS+= --with-GETTY=SysV .endif .include <bsd.port.post.mk> |