diff options
author | jlam <jlam> | 2006-06-21 16:01:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-21 16:01:44 +0000 |
commit | a2a4311ee97b3842c1ea478638d853424a4093b1 (patch) | |
tree | 67caeb7e934bf43dab8f2bec37f5508385e72cc3 /print | |
parent | de6568e4e8fc31f8d381501c1b20f4f025a16ea1 (diff) | |
download | pkgsrc-a2a4311ee97b3842c1ea478638d853424a4093b1.tar.gz |
Fix obvious typo that would cause the "dvi" option to never be supported
by this package.
Diffstat (limited to 'print')
-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" |