diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-09 18:20:07 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-09 18:20:07 +0000 |
commit | 6aecb2152b8424217c9212265c6cc601787fdc5e (patch) | |
tree | 7f8777715a13e74b560c8b090488b534ee232ae9 /multimedia/recordmydesktop | |
parent | c9289eff993f2cd689f8f8e8a26be7d635b4c823 (diff) | |
download | ports-6aecb2152b8424217c9212265c6cc601787fdc5e.tar.gz ports-6aecb2152b8424217c9212265c6cc601787fdc5e.zip |
Chase libtheora lib version
Notes
Notes:
svn path=/head/; revision=201195
Diffstat (limited to 'multimedia/recordmydesktop')
-rw-r--r-- | multimedia/recordmydesktop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/recordmydesktop/Makefile b/multimedia/recordmydesktop/Makefile index 331f24f90ba5..bd44d1148efd 100644 --- a/multimedia/recordmydesktop/Makefile +++ b/multimedia/recordmydesktop/Makefile @@ -7,6 +7,7 @@ PORTNAME= recordmydesktop DISTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= recordmydesktop @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= recordmydesktop MAINTAINER= kevlo@FreeBSD.org COMMENT= Record desktop sessions to an Ogg-Theora-Vorbis file -LIB_DEPENDS= theora.2:${PORTSDIR}/multimedia/libtheora \ +LIB_DEPENDS= theora.0:${PORTSDIR}/multimedia/libtheora \ jack.0:${PORTSDIR}/audio/jack USE_XLIB= yes |