diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 303c856fa..ddef99f37 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.15 2007/03/04 22:46:49 ahze Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.17 2007/10/11 12:14:54 ahze Exp $ PORTNAME= brasero PORTVERSION= 0.5.1 @@ -18,6 +18,8 @@ COMMENT= CD/DVD mastering tool for the GNOME desktop LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ totem-plparser.7:${PORTSDIR}/multimedia/totem +IGNORE= does not build and broke in runtime if you fix the build anyway + USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes |