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 | |
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
-rw-r--r-- | multimedia/bino/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libass/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xbmc-pvr/Makefile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/bino/Makefile b/multimedia/bino/Makefile index 6aa79e62a800..c75137a11397 100644 --- a/multimedia/bino/Makefile +++ b/multimedia/bino/Makefile @@ -20,6 +20,7 @@ FETCH_ARGS= -Fpr USE_XZ= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PKGCONFIG= build INSTALLS_ICONS= yes USE_QT4= moc_build opengl rcc_build 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 diff --git a/multimedia/xbmc-pvr/Makefile b/multimedia/xbmc-pvr/Makefile index fc97b7753812..dd95e25b44e1 100644 --- a/multimedia/xbmc-pvr/Makefile +++ b/multimedia/xbmc-pvr/Makefile @@ -68,7 +68,7 @@ GITHASH= 9023e39 WRKSRC= ${WRKDIR}/opdenkamp-${PORTNAME}-${GITHASH} FETCH_ARGS= -Fpr USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_AUTOTOOLS= autoconf libtool automake libltdl GNU_CONFIGURE= yes USE_XORG= xinerama xt xmu xtst |