diff options
author | wiz <wiz> | 2010-02-15 14:54:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-02-15 14:54:22 +0000 |
commit | 6c2b113378fc5b96f42f71561774bdd5cf917acb (patch) | |
tree | 28a6803a3af93481377301f99260576c9568b17d /misc | |
parent | c901d5bacadac51675813e707e75ab65e50659d7 (diff) | |
download | pkgsrc-6c2b113378fc5b96f42f71561774bdd5cf917acb.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 |