summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2010-02-15 14:54:22 +0000
committerwiz <wiz>2010-02-15 14:54:22 +0000
commit6e2074ea8d906c9055b7eb7335a1221e210c79a4 (patch)
tree28a6803a3af93481377301f99260576c9568b17d /misc
parent1fe0308d057eed91803cbf2536e1fb711dde6d0c (diff)
downloadpkgsrc-6e2074ea8d906c9055b7eb7335a1221e210c79a4.tar.gz
Remove options.mk, leftover from KDE3 version.
Diffstat (limited to 'misc')
-rw-r--r--misc/tellico/options.mk12
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