summaryrefslogtreecommitdiff
path: root/graphics/zphoto
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-14 02:09:35 +0000
committerhans <hans@pkgsrc.org>2012-01-14 02:09:35 +0000
commitbbd52967db3e763461156db6ce03938e11717a34 (patch)
tree4e45393f80bc13327eb3d2467873328c365ce2fa /graphics/zphoto
parent61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff)
downloadpkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz
Convert to USE_TOOLS=zip.
Diffstat (limited to 'graphics/zphoto')
-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