diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-21 16:01:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-21 16:01:44 +0000 |
commit | 6c59b2b7d56aca83514cb45ad5898e3885432686 (patch) | |
tree | 67caeb7e934bf43dab8f2bec37f5508385e72cc3 /print/evince-nautilus/Makefile | |
parent | ce2670dcfb9106e732b56199e950872e5493fc6e (diff) | |
download | pkgsrc-6c59b2b7d56aca83514cb45ad5898e3885432686.tar.gz |
Fix obvious typo that would cause the "dvi" option to never be supported
by this package.
Diffstat (limited to 'print/evince-nautilus/Makefile')
-rw-r--r-- | print/evince-nautilus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile index 7c09862d348..d9458c6de52 100644 --- a/print/evince-nautilus/Makefile +++ b/print/evince-nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/05/31 18:17:23 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/21 16:01:44 jlam Exp $ # .include "../../print/evince/Makefile.common" @@ -6,7 +6,8 @@ PKGNAME= ${DISTNAME:S/evince/evince-nautilus/} COMMENT= File properties plugin for evince files -PKG_OPTIONS_VAR= PKG_OPTIONS.evince PKG_SUPPORTED_OPTIONS= dvi +PKG_OPTIONS_VAR= PKG_OPTIONS.evince +PKG_SUPPORTED_OPTIONS= dvi PKG_SUGGESTED_OPTIONS= # none .include "../../mk/bsd.options.mk" |