diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-06-06 20:24:27 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-06-06 20:24:27 +0000 |
commit | 4c98308c567764801f9a12e255fc42174b857a38 (patch) | |
tree | 2518bb4491b28224996a475f817ad575945d3486 /x11 | |
parent | ede7a6bea5c8be9f6fa3e7e9a49bca3fb1e8239f (diff) | |
download | freebsd-ports-4c98308c567764801f9a12e255fc42174b857a38.zip |
- fix OPTIONS spelling
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 56f743b97fd1..24ce6bd06a98 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -57,7 +57,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message GNOME_LOCALSTATEDIR= /var OPTIONS_DEFINE= IPV6 KEYRING -OPTIONS_DEFAULt=KEYRING +OPTIONS_DEFAULT=KEYRING KEYRING_DESC= GnomeKeyring/PAM integration .include <bsd.port.options.mk> |