diff options
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r-- | sysutils/brasero/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index a8771765f..7fd557e90 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/bonfire/Makefile,v 1.2 2006/05/12 22:49:31 ahze Exp $ +# $MCom: ports/sysutils/bonfire/Makefile,v 1.3 2006/05/12 22:50:37 ahze Exp $ PORTNAME= bonfire PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://perso.wanadoo.fr/bonfire/ @@ -14,7 +15,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.1:${PORTSDIR}/devel/libnotify + notify.1:${PORTSDIR}/devel/libnotify \ + totem-plparser.2:${PORTSDIR}/multimedia/totem-gstreamer \ + gdl-1.0:${PORTSDIR}/x11-toolkits/gdl USE_BZIP2= yes GNU_CONFIGURE= yes |