diff options
author | markd <markd@pkgsrc.org> | 2018-11-14 21:39:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-11-14 21:39:08 +0000 |
commit | 86ebd5aa5b10ee4c95ba46bd6a3b30ffcb9aa638 (patch) | |
tree | 88b55650d2b17aa27330ba58ab886429eff42b37 | |
parent | d6579596041d59db24a3eb8572862ab94f1fbef3 (diff) | |
download | pkgsrc-86ebd5aa5b10ee4c95ba46bd6a3b30ffcb9aa638.tar.gz |
dvdauthor: Dont use obsolete freetype-config
-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" |