summaryrefslogtreecommitdiff
path: root/graphics/zphoto/options.mk
diff options
context:
space:
mode:
authorhans <hans>2012-01-14 02:09:35 +0000
committerhans <hans>2012-01-14 02:09:35 +0000
commit1e3cd2a8c641112abfd042858f7ef71ca84e6f5a (patch)
tree4e45393f80bc13327eb3d2467873328c365ce2fa /graphics/zphoto/options.mk
parent862df3953529b767bc692ac6c9d8ebee13ccba8d (diff)
downloadpkgsrc-1e3cd2a8c641112abfd042858f7ef71ca84e6f5a.tar.gz
Convert to USE_TOOLS=zip.
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