diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 02:29:35 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 02:29:35 +0000 |
commit | f3bc7402dd66a8de55dbb1232fc7d96613c05048 (patch) | |
tree | 9e2208688df083509bb1d525c071f8e0c3f07e84 /www | |
parent | 8327f97b24a13cba51dca9c23120a3d5c7a451a4 (diff) | |
download | pkgsrc-f3bc7402dd66a8de55dbb1232fc7d96613c05048.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'www')
-rw-r--r-- | www/opera-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/opera-plugins/Makefile b/www/opera-plugins/Makefile index 9c7d776420b..f40ddab046f 100644 --- a/www/opera-plugins/Makefile +++ b/www/opera-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:42 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/19 02:30:23 grant Exp $ DISTNAME= opera-plugins-1.0 CATEGORIES= www @@ -9,7 +9,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.opera.com/ COMMENT= Plugins for the Opera browser -DEPENDS+= opera>=5.999.1:../opera +DEPENDS+= opera>=5.999.1:../../www/opera DEPENDS+= ns-flash>=5.0.47:../../multimedia/ns-flash DEPENDS+= suse_openmotif>=7.3:../../emulators/suse_openmotif |