diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-15 14:54:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-15 14:54:22 +0000 |
commit | c3014c6fa895d4f11dbbdf95ec9fd340ff6b5bba (patch) | |
tree | 28a6803a3af93481377301f99260576c9568b17d /misc | |
parent | bca6d3c81ea569e5d3706e94673fd1525f455f07 (diff) | |
download | pkgsrc-c3014c6fa895d4f11dbbdf95ec9fd340ff6b5bba.tar.gz |
Remove options.mk, leftover from KDE3 version.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tellico/options.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/tellico/options.mk b/misc/tellico/options.mk deleted file mode 100644 index da5f60c86ee..00000000000 --- a/misc/tellico/options.mk +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: options.mk,v 1.1.1.1 2008/04/12 10:59:26 wiz Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.tellico -PKG_SUPPORTED_OPTIONS= poppler - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Mpoppler) -.include "../../print/poppler-qt/buildlink3.mk" -.else -CONFIGURE_ARGS+= --disable-poppler -.endif |