diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-13 09:24:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-13 09:24:39 +0800 |
commit | ef651d916e97144ca9ea6f4344b89174d89260c0 (patch) | |
tree | a550a0ff91ecb1800ec8208770f4b6ae9c50d80a /sysutils/brasero | |
parent | e1fb6c587760d8a3b4dbd6ecacfc24077ca5285f (diff) | |
download | marcuscom-ports-ef651d916e97144ca9ea6f4344b89174d89260c0.tar marcuscom-ports-ef651d916e97144ca9ea6f4344b89174d89260c0.tar.gz marcuscom-ports-ef651d916e97144ca9ea6f4344b89174d89260c0.tar.bz2 marcuscom-ports-ef651d916e97144ca9ea6f4344b89174d89260c0.tar.lz marcuscom-ports-ef651d916e97144ca9ea6f4344b89174d89260c0.tar.xz marcuscom-ports-ef651d916e97144ca9ea6f4344b89174d89260c0.tar.zst marcuscom-ports-ef651d916e97144ca9ea6f4344b89174d89260c0.zip |
- Add depends on totem and gdl
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6249 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero')
-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 |