diff options
author | jmc <jmc@pkgsrc.org> | 2003-05-13 21:47:29 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-05-13 21:47:29 +0000 |
commit | 805bc0f3c804b14426ce491272ab2e087c8aac11 (patch) | |
tree | 55de5bf7f40e89b550208eb163c3a9375f7d7363 /graphics | |
parent | 7f1543c60feee76c377776716c322c2d2ed662b1 (diff) | |
download | pkgsrc-805bc0f3c804b14426ce491272ab2e087c8aac11.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')
-rw-r--r-- | graphics/PanoTools/Makefile | 4 |
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 |