diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-08-16 14:41:14 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-08-16 14:41:14 +0000 |
commit | 4a8e5f2268e66ceff7bb74542e12bb36c73d922e (patch) | |
tree | 9b451f2708065464b12684805389324f0b8183aa /accessibility/dasher/Makefile | |
parent | - Update to version 1.9 (diff) |
- Bump portrevision after audio/libogg upgrade
- Add explicit dependency on audio/libogg so this port
won't be missed next time
PR: ports/170033
Submitted by: myself
Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 5cb2d6427554..04887588b693 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -8,7 +8,7 @@ PORTNAME= dasher PORTVERSION= 4.10.1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= GNOME @@ -18,6 +18,7 @@ MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Information efficient text-entry interface BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes |