diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-11 10:00:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-11 10:00:27 +0800 |
commit | 936688c7e94226dc7dd924405cb2b1f19c842bed (patch) | |
tree | 23f43aa8f74f6e213c40d28bb6bd087e4204ad6a /devel/liboobs | |
parent | 1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852 (diff) | |
download | marcuscom-ports-936688c7e94226dc7dd924405cb2b1f19c842bed.tar marcuscom-ports-936688c7e94226dc7dd924405cb2b1f19c842bed.tar.gz marcuscom-ports-936688c7e94226dc7dd924405cb2b1f19c842bed.tar.bz2 marcuscom-ports-936688c7e94226dc7dd924405cb2b1f19c842bed.tar.lz marcuscom-ports-936688c7e94226dc7dd924405cb2b1f19c842bed.tar.xz marcuscom-ports-936688c7e94226dc7dd924405cb2b1f19c842bed.tar.zst marcuscom-ports-936688c7e94226dc7dd924405cb2b1f19c842bed.zip |
Add a dependency on hal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9921 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs')
-rw-r--r-- | devel/liboobs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index a927fd46a..6463650bf 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.23 2007/09/16 16:45:35 ahze Exp $ +# $MCom: ports/devel/liboobs/Makefile,v 1.25 2007/10/30 13:56:18 ahze Exp $ # PORTNAME= liboobs PORTVERSION= 2.21.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,7 +17,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Wrapping library to the System Tools Backends BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + hal.1:${PORTSDIR}/sysutils/hal RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends USE_BZIP2= yes |