diff options
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index d404d0170bf..b7161e4361a 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2018/11/12 03:52:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.55 2018/11/14 21:39:08 markd Exp $ DISTNAME= dvdauthor-0.7.1 PKGREVISION= 16 @@ -17,6 +17,12 @@ USE_TOOLS+= flex gmake yacc pkg-config # To keep a consistent behavior with previous releases CONFIGURE_ARGS+= --enable-default-video-format=ntsc +SUBST_CLASSES+= freetype +SUBST_STAGE.freetype= post-patch +SUBST_FILES.freetype= configure +SUBST_MESSAGE.freetype= Dont use obsolete freetype-config +SUBST_SED.freetype= -e "s,freetype-config,pkg-config freetype2," + .include "../../graphics/ImageMagick/buildlink3.mk" .include "../../converters/fribidi/buildlink3.mk" .include "../../multimedia/libdvdread/buildlink3.mk" |