diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /multimedia/recordmydesktop | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'multimedia/recordmydesktop')
-rw-r--r-- | multimedia/recordmydesktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/recordmydesktop/Makefile b/multimedia/recordmydesktop/Makefile index be862d640cf6..82e69eaf6009 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= libtheora.so:${PORTSDIR}/multimedia/libtheora \ - libjack.so:${PORTSDIR}/audio/jack +LIB_DEPENDS= libtheora.so:multimedia/libtheora \ + libjack.so:audio/jack GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-oss=yes \ |