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/dvdauthor/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 49f90959d382..ca9608404595 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -12,12 +12,12 @@ COMMENT= Makes a DVD file structure from one or more MPEG2 streams LICENSE= GPLv2 -LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread \ - libfribidi.so:${PORTSDIR}/converters/fribidi \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libpng.so:${PORTSDIR}/graphics/png \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libdvdread.so:multimedia/libdvdread \ + libfribidi.so:converters/fribidi \ + libfreetype.so:print/freetype2 \ + libpng.so:graphics/png \ + libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig WRKSRC= ${WRKDIR}/${PORTNAME} @@ -45,7 +45,7 @@ PAL_DESC= Default video format PAL SUB_FILES= README.FreeBSD -IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick .include <bsd.port.options.mk> |