diff options
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r-- | devel/liboobs/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index d9f7966ab78d..20f787f0fe29 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -1,10 +1,10 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.50 2010/09/27 17:46:12 kwm Exp $ +# $MCom: ports/trunk/devel/liboobs/Makefile 19822 2014-08-20 08:57:46Z gusi $ PORTNAME= liboobs -PORTVERSION= 2.32.0 -PORTREVISION= 2 +PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,18 +12,18 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Wrapping library to the System Tools Backends -BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends +BUILD_DEPENDS= system-tools-backends:${PORTSDIR}/sysutils/system-tools-backends LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libhal.so:${PORTSDIR}/sysutils/hal -RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends + libhal.so:${PORTSDIR}/sysutils/hal +RUN_DEPENDS= system-tools-backends:${PORTSDIR}/sysutils/system-tools-backends -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= glib20 -INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix glib20 USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal +CONFIGURE_ARGS= --with-hal CPPFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip .include <bsd.port.pre.mk> |