diff options
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 211d830a25b1..9f067bc69a0b 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -131,4 +131,8 @@ post-install: .endif @${CAT} ${PKGMESSAGE} +.if ${OSVERSION} >= 900007 +CONFIGURE_ARGS+= GETTY=SysV +.endif + .include <bsd.port.post.mk> |