diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-21 10:19:44 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-21 10:19:44 +0800 |
commit | 8a6cdef9221f011efbb97ad46b86b8be9292f0dd (patch) | |
tree | 9c4ac0a62354abb1c4c48b7e1c12d28480716f40 /sysutils | |
parent | e95101954fee3f15070abed2cbbb10521fd9b8e6 (diff) | |
download | marcuscom-ports-8a6cdef9221f011efbb97ad46b86b8be9292f0dd.tar marcuscom-ports-8a6cdef9221f011efbb97ad46b86b8be9292f0dd.tar.gz marcuscom-ports-8a6cdef9221f011efbb97ad46b86b8be9292f0dd.tar.bz2 marcuscom-ports-8a6cdef9221f011efbb97ad46b86b8be9292f0dd.tar.lz marcuscom-ports-8a6cdef9221f011efbb97ad46b86b8be9292f0dd.tar.xz marcuscom-ports-8a6cdef9221f011efbb97ad46b86b8be9292f0dd.tar.zst marcuscom-ports-8a6cdef9221f011efbb97ad46b86b8be9292f0dd.zip |
IGNORE= does not build and broke in runtime if you fix the build anyway
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9849 df743ca5-7f9a-e211-a948-0013205c9059
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 |