summaryrefslogtreecommitdiff
path: root/print/img2eps/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'print/img2eps/options.mk')
-rw-r--r--print/img2eps/options.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/print/img2eps/options.mk b/print/img2eps/options.mk
deleted file mode 100644
index 843363ed1f1..00000000000
--- a/print/img2eps/options.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2005/07/14 14:52:08 dillo Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.img2eps
-PKG_SUPPORTED_OPTIONS= jasper
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mjasper)
-CONFIGURE_ARGS+= --with-jpeg2000
-.include "../../graphics/jasper/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-jpeg2000
-.endif