summaryrefslogtreecommitdiff
path: root/graphics/zphoto/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/zphoto/options.mk')
-rw-r--r--graphics/zphoto/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/zphoto/options.mk b/graphics/zphoto/options.mk
index 3b6c172eb08..4c8f538dd53 100644
--- a/graphics/zphoto/options.mk
+++ b/graphics/zphoto/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2008/09/22 20:21:03 joerg Exp $
+# $NetBSD: options.mk,v 1.5 2012/01/14 02:09:36 hans Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.zphoto
PKG_SUPPORTED_OPTIONS= zip wx
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-imlib2
.endif
.if !empty(PKG_OPTIONS:Mzip)
-DEPENDS+= zip-[0-9]*:../../archivers/zip
+USE_TOOLS+= zip:run
.else
CONFIGURE_ARGS+= --disable-zip
.endif