diff --git a/multimedia/recordmydesktop/Makefile b/multimedia/recordmydesktop/Makefile index bcf40591ca07..6fca6e06e5ba 100644 --- a/multimedia/recordmydesktop/Makefile +++ b/multimedia/recordmydesktop/Makefile @@ -1,33 +1,34 @@ PORTNAME= recordmydesktop DISTVERSION= 0.3.8.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= Record desktop sessions to an Ogg-Theora-Vorbis file WWW= http://recordmydesktop.sourceforge.net/ LICENSE= GPLv2+ -LIB_DEPENDS= libtheora.so:multimedia/libtheora +LIB_DEPENDS= libtheora.so:multimedia/libtheora \ + libvorbis.so:audio/libvorbis USES= xorg USE_XORG= ice sm x11 xdamage xext xfixes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-oss=yes PLIST_FILES= bin/recordmydesktop share/man/man1/recordmydesktop.1.gz PORTDOCS= ChangeLog OPTIONS_DEFINE= DOCS JACK JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_OFF= --enable-jack=no post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include