diff options
author | obache <obache@pkgsrc.org> | 2013-08-03 11:09:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-03 11:09:13 +0000 |
commit | e0cc4322c534d2f14548b694f4290357a77f9b0b (patch) | |
tree | 8bb2f000fe50665e2039aa593d5ef0e21973d51b /print/scribus | |
parent | 23cd450c61bf0d45038e7bdc4b67eab6fe1efd5e (diff) | |
download | pkgsrc-e0cc4322c534d2f14548b694f4290357a77f9b0b.tar.gz |
tell FREETYPE_DIR to cmake.
fixes PR pkg/48087
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 12c3c4a9052..5fb666f9f36 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2013/06/06 12:55:00 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2013/08/03 11:09:13 obache Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 17 @@ -21,6 +21,7 @@ USE_CMAKE= yes LDFLAGS.DragonFly= -lX11 +CONFIGURE_ENV+= FREETYPE_DIR=${BUILDLINK_PREFIX.freetype2} CONFIGURE_ARGS+= --enable-cairo CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib |