diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-28 15:45:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-28 15:45:12 +0000 |
commit | d502237fccec69e181c46520491372470a80685c (patch) | |
tree | 936b7b402dc4995fba129c692000facce50594f1 /editors | |
parent | 06452939ff406d08846ee5190a4a25ae45a44b88 (diff) | |
download | pkgsrc-d502237fccec69e181c46520491372470a80685c.tar.gz |
Fix typo in PKG_SUPPORTED_OPTIONS.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/options.mk b/editors/xemacs-current/options.mk index 8d23ba7c6ab..4abbec504a1 100644 --- a/editors/xemacs-current/options.mk +++ b/editors/xemacs-current/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.2 2004/12/22 21:46:25 jlam Exp $ +# $NetBSD: options.mk,v 1.3 2004/12/28 15:45:12 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs -PKG_SUPPORTED_OPTIONS= esoundd ldap xface canna +PKG_SUPPORTED_OPTIONS= esound ldap xface canna .include "../../mk/bsd.options.mk" |