diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-20 19:57:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-20 19:57:18 +0000 |
commit | 1439301183389c1698b972ff23a1f4be2c7776ac (patch) | |
tree | 489df284a51533320a9dcd650ac72062a1fdf65f /comms/hylafax | |
parent | 71446578bc18140a73ef6986d16c7183a0449b6b (diff) | |
download | ports-1439301183389c1698b972ff23a1f4be2c7776ac.tar.gz ports-1439301183389c1698b972ff23a1f4be2c7776ac.zip |
Notes
Diffstat (limited to 'comms/hylafax')
-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> |