diff options
Diffstat (limited to 'multimedia/gstreamer/Makefile')
-rw-r--r-- | multimedia/gstreamer/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index 8c55703e5c74..8b1502a7ecd7 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -14,18 +14,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - popt.0:${PORTSDIR}/devel/popt - -IGNORE= Needs help fixing scheduling code under FreeBSD +LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ + popt.0:${PORTSDIR}/devel/popt \ + xml2.5:${PORTSDIR}/textproc/libxml2 +USE_X_PREFIX= yes USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes USE_GNOMENG= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack \ + gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests \ --disable-failing-tests |