diff options
author | jschauma <jschauma> | 2005-02-09 17:49:35 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-02-09 17:49:35 +0000 |
commit | 186f15fd1ef4687db5ddc0ee8a2cd17621727c9c (patch) | |
tree | bb07ee653dbbc93a0d437f9b0f86dfd8760bb877 /www/opera-acroread | |
parent | da6ed01d9054f9ebd7d404c7eb3789eae244239d (diff) | |
download | pkgsrc-186f15fd1ef4687db5ddc0ee8a2cd17621727c9c.tar.gz |
Add a dependency on emulators/suse_openmotif, since opera needs the
operamotifwrapper to load the plugins.
Pointed out by Frank Benkstein in private email.
Diffstat (limited to 'www/opera-acroread')
-rw-r--r-- | www/opera-acroread/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/opera-acroread/Makefile.common b/www/opera-acroread/Makefile.common index 209ed61e858..ae60f9d32dc 100644 --- a/www/opera-acroread/Makefile.common +++ b/www/opera-acroread/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2004/02/13 18:05:12 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.2 2005/02/09 17:49:35 jschauma Exp $ PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|} CATEGORIES= www print @@ -6,6 +6,7 @@ MASTER_SITES= # empty DISTFILES= # empty DEPENDS+= opera>=7.0:../../www/opera7 +DEPENDS+= suse_openmotif>=7.3:../../emulators/suse_openmotif ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386 PLATFORM= intellinux |