svn commit: r302641 - head/accessibility/dasher

Pawel Pekala pawel at FreeBSD.org
Thu Aug 16 14:41:15 UTC 2012


Author: pawel
Date: Thu Aug 16 14:41:14 2012
New Revision: 302641
URL: http://svn.freebsd.org/changeset/ports/302641

Log:
  - 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)

Modified:
  head/accessibility/dasher/Makefile

Modified: head/accessibility/dasher/Makefile
==============================================================================
--- head/accessibility/dasher/Makefile	Thu Aug 16 14:37:23 2012	(r302640)
+++ head/accessibility/dasher/Makefile	Thu Aug 16 14:41:14 2012	(r302641)
@@ -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 at 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



More information about the svn-ports-all mailing list