diff options
-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 4604a78e4..33bae43ee 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.7 2006/11/06 22:03:25 ahze Exp $ +# $MCom: ports/devel/liboobs/Makefile,v 1.8 2006/11/07 07:12:23 marcus Exp $ PORTNAME= liboobs PORTVERSION= 2.17.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -15,11 +16,12 @@ 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 RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share |