summaryrefslogtreecommitdiff
path: root/www/navigator
diff options
context:
space:
mode:
authortacha <tacha@pkgsrc.org>2004-01-27 02:28:51 +0000
committertacha <tacha@pkgsrc.org>2004-01-27 02:28:51 +0000
commit2babe1525f698224893a635a40251df8b433d969 (patch)
tree566606ab2627ac6727646e97608fd23532ae9a70 /www/navigator
parent14953cacb9fbf9c23d69813f85ce22f16f9811ea (diff)
downloadpkgsrc-2babe1525f698224893a635a40251df8b433d969.tar.gz
fix path of ns-flash.
Diffstat (limited to 'www/navigator')
-rw-r--r--www/navigator/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common
index 2d1f144b03e..48b02b2b1cc 100644
--- a/www/navigator/Makefile.common
+++ b/www/navigator/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.67 2003/12/04 14:59:22 grant Exp $
+# $NetBSD: Makefile.common,v 1.68 2004/01/27 02:28:51 tacha Exp $
#
# Common include file for communicator and navigator packages
@@ -40,7 +40,7 @@ WRKNAME= sparc-sun-solaris2.8
VENDOR_NAME= Solaris 2.8
. endif
. if !defined(NS_NO_FLASH)
-DEPENDS+= ns-flash>4.0:../../graphics/ns-flash
+DEPENDS+= ns-flash>4.0:../../multimedia/ns-flash
. endif
.elif ${MACHINE_ARCH} == "alpha"
@@ -71,7 +71,7 @@ DIST_DIR_NAME= supported/linux22
WRKNAME= x86-unknown-linux2.2
VENDOR_NAME= Linux 2.2
. if !defined(NS_NO_FLASH)
-DEPENDS+= ns-flash>4.0:../../graphics/ns-flash
+DEPENDS+= ns-flash>4.0:../../multimedia/ns-flash
. endif
.elif ((${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64") && defined(NS_USE_SUNOS))