diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-21 03:57:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-21 03:57:18 +0800 |
commit | 049b800f2561318de5e2e91fb92c293f994aac5f (patch) | |
tree | 299be5f124f4e8ce5e0a459b7bfafd31c4e078fa | |
parent | f88a279f6422e9937699d6519a2f064400b8933f (diff) | |
download | freebsd-ports-gnome-049b800f2561318de5e2e91fb92c293f994aac5f.tar.gz freebsd-ports-gnome-049b800f2561318de5e2e91fb92c293f994aac5f.tar.zst freebsd-ports-gnome-049b800f2561318de5e2e91fb92c293f994aac5f.zip |
- better efaults for FreeBSD 9.x
Submitted by: Osamu Matsuda
-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> |