aboutsummaryrefslogtreecommitdiff
path: root/multimedia/recordmydesktop
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
commitffb7170399b77f34a48875ad6468eb796f00aed3 (patch)
tree3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /multimedia/recordmydesktop
parentc60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff)
downloadports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz
ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361812
Diffstat (limited to 'multimedia/recordmydesktop')
-rw-r--r--multimedia/recordmydesktop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/recordmydesktop/Makefile b/multimedia/recordmydesktop/Makefile
index cfa6f497e227..9d0f41b498d0 100644
--- a/multimedia/recordmydesktop/Makefile
+++ b/multimedia/recordmydesktop/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= SF
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Record desktop sessions to an Ogg-Theora-Vorbis file
-LIB_DEPENDS= theora.0:${PORTSDIR}/multimedia/libtheora \
- jack.0:${PORTSDIR}/audio/jack
+LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora \
+ libjack.so:${PORTSDIR}/audio/jack
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-oss=yes \