diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-28 11:24:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-28 11:24:21 +0000 |
commit | c515f89a0e40d5583e4c97b2a1ddf4a497ea35ce (patch) | |
tree | 8cfac0e909e08c9b317e1eeddd6ea8edb3d14687 /multimedia/libass | |
parent | c97dbb3f1f00f48d987f1f3b61e2cd044c4dccde (diff) |
Convert libass to USE_PKGCONFIG, switch every ports depending of libass and that
needs pkg-config to USE_PKGCONFIG
Notes
Notes:
svn path=/head/; revision=301647
Diffstat (limited to 'multimedia/libass')
-rw-r--r-- | multimedia/libass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index ca657470a84f..30a7fc7f8618 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ expat.6:${PORTSDIR}/textproc/expat2 \ fribidi.3:${PORTSDIR}/converters/fribidi -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack +USE_PKGCONFIG= build USE_XZ= yes USE_LDCONFIG= yes |