diff options
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r-- | devel/liboobs/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index f561b3bf8..ab0d8c5ca 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -1,9 +1,10 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/liboobs/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= liboobs PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,17 +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 +RUN_DEPENDS= system-tools-backends:${PORTSDIR}/sysutils/system-tools-backends GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-hal CPPFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip .include <bsd.port.pre.mk> |