diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-09 17:49:35 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-09 17:49:35 +0000 |
commit | a522e2ab3282b59aaa7e6505f01f6198e05844ba (patch) | |
tree | bb07ee653dbbc93a0d437f9b0f86dfd8760bb877 /www/opera-acroread | |
parent | c6207df93426848d393467068206d0e722e53404 (diff) | |
download | pkgsrc-a522e2ab3282b59aaa7e6505f01f6198e05844ba.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 |