summaryrefslogtreecommitdiff
path: root/graphics/PanoTools/Makefile
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-13 21:47:29 +0000
committerjmc <jmc>2003-05-13 21:47:29 +0000
commit005007a352495bb20d2a3e463d477764f804837b (patch)
tree55de5bf7f40e89b550208eb163c3a9375f7d7363 /graphics/PanoTools/Makefile
parenta1b3521be5d384a6971cf395174f6f55a1b8ec43 (diff)
downloadpkgsrc-005007a352495bb20d2a3e463d477764f804837b.tar.gz
Don't work through depends list if suse6.4 since tiff isn't available there.
Makes show-depends-dirs work without error now.
Diffstat (limited to 'graphics/PanoTools/Makefile')
-rw-r--r--graphics/PanoTools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/PanoTools/Makefile b/graphics/PanoTools/Makefile
index 580548a03f3..4d869f29f0d 100644
--- a/graphics/PanoTools/Makefile
+++ b/graphics/PanoTools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/04/20 06:58:19 rh Exp $
+# $NetBSD: Makefile,v 1.6 2003/05/13 21:47:29 jmc Exp $
#
DISTNAME= PanoTools
@@ -67,7 +67,7 @@ do-install:
.include "../../emulators/suse_linux/Makefile.application"
-.if ${OPSYS} == NetBSD
+.if ${OPSYS} == NetBSD && ${SUSE_VERSION} != "6.4"
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/${SUSE_DIR_PREFIX}_base
DEPENDS+= suse_libjpeg>=${SUSE_VERSION}:../../emulators/${SUSE_DIR_PREFIX}_libjpeg
DEPENDS+= suse_libpng>=${SUSE_VERSION}:../../emulators/${SUSE_DIR_PREFIX}_libpng