diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2004-07-22 19:22:17 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2004-07-22 19:22:17 +0000 |
commit | bceed486e12c9b2f44432b648dceef5346fe8921 (patch) | |
tree | 2e76a50f3807d7f7f95335b8ec3e22d104decea7 /multimedia/dvdauthor | |
parent | a3912db64cfb6163c179cc1870450cd83e177753 (diff) | |
download | ports-bceed486e12c9b2f44432b648dceef5346fe8921.tar.gz ports-bceed486e12c9b2f44432b648dceef5346fe8921.zip |
Notes
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 2272bd9a6288..d5c5870e258a 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -43,7 +43,7 @@ WITH_IMAGEMAGICK= yes LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 .endif .if defined(WITH_FRIBIDI) -LIB_DEPENDS+= libfribidi.0:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi .endif .if defined(WITH_ICONV) USE_ICONV= yes |