diff options
author | vd <vd@FreeBSD.org> | 2007-01-12 20:07:16 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-01-12 20:07:16 +0800 |
commit | f0d0e0687f0213c2730177763d431efb80cb5d50 (patch) | |
tree | 5b3a9d442b25dde63fe361e49aaffb12ebe79e5e /www | |
parent | b5a56d908fa448717df5d7ef03f9f9f4a2cb7532 (diff) | |
download | freebsd-ports-gnome-f0d0e0687f0213c2730177763d431efb80cb5d50.tar.gz freebsd-ports-gnome-f0d0e0687f0213c2730177763d431efb80cb5d50.tar.zst freebsd-ports-gnome-f0d0e0687f0213c2730177763d431efb80cb5d50.zip |
Change the way www/plugger-plugins-hubbe depends on print/acroread7:
from executable to a package since the executable acroread7 is not
installed anymore and it is uncertain on which file to depend on.
Depending on package is proof against changes in the pkg-plist of the
depended on port.
Reported by: kris
Diffstat (limited to 'www')
-rw-r--r-- | www/plugger-plugins-hubbe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/plugger-plugins-hubbe/Makefile b/www/plugger-plugins-hubbe/Makefile index d879d3ec408c..941185996c89 100644 --- a/www/plugger-plugins-hubbe/Makefile +++ b/www/plugger-plugins-hubbe/Makefile @@ -7,7 +7,7 @@ PORTNAME= plugger-plugins-hubbe PORTVERSION= 5.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www multimedia audio graphics print editors MASTER_SITES= # empty DISTFILES= # empty @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Meta package installing all author-recommended Plugger plugins RUN_DEPENDS= sidplay:${PORTSDIR}/audio/sidplay \ - acroread7:${PORTSDIR}/print/acroread7 \ + acroread7>0:${PORTSDIR}/print/acroread7 \ mpg123:${PORTSDIR}/audio/mpg123 \ mikmod:${PORTSDIR}/audio/mikmod \ ogg123:${PORTSDIR}/audio/vorbis-tools \ |