diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-28 19:24:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-28 19:24:21 +0800 |
commit | 644437147bd7141b917448c14ce71706b4cb8227 (patch) | |
tree | 8cfac0e909e08c9b317e1eeddd6ea8edb3d14687 /multimedia/libass | |
parent | ccf0294c371b7c79627190e161007983220970bd (diff) | |
download | freebsd-ports-gnome-644437147bd7141b917448c14ce71706b4cb8227.tar.gz freebsd-ports-gnome-644437147bd7141b917448c14ce71706b4cb8227.tar.zst freebsd-ports-gnome-644437147bd7141b917448c14ce71706b4cb8227.zip |
Convert libass to USE_PKGCONFIG, switch every ports depending of libass and that
needs pkg-config to USE_PKGCONFIG
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 |