summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-20 19:57:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-20 19:57:18 +0000
commit1439301183389c1698b972ff23a1f4be2c7776ac (patch)
tree489df284a51533320a9dcd650ac72062a1fdf65f /comms
parent- update to 1.5.11 (diff)
- better efaults for FreeBSD 9.x
Submitted by: Osamu Matsuda
Notes
Notes: svn path=/head/; revision=299699
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/Makefile2
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>