diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:14:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:14:02 +0000 |
commit | 16528ece7c7ba072b58d23d5a2d3f5f2a4e94988 (patch) | |
tree | ee29fb44845b6ce24d2331bdcafd7487ff30fe73 | |
parent | Chase glib20 and libsoup shared library version. (diff) |
Mark BROKEN with the GNOME 2.12 nautilus-cd-burner.
Notes
Notes:
svn path=/head/; revision=147316
-rw-r--r-- | sysutils/coaster/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/coaster/Makefile b/sysutils/coaster/Makefile index 4ca99e149633..39171bcae00d 100644 --- a/sysutils/coaster/Makefile +++ b/sysutils/coaster/Makefile @@ -3,11 +3,12 @@ # Whom: Mezz <mezz7@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/sysutils/coaster/Makefile,v 1.11 2005/10/14 20:39:58 adamw Exp $ # PORTNAME= coaster PORTVERSION= 0.1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome #MASTER_SITES= http://www.coaster-burn.org/files/coaster/ MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -34,6 +35,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ DOCS= AUTHORS COPYING ChangeLog NEWS README TODO GCONF_SCHEMAS= coaster.schemas +BROKEN= "Broken with new nautilus-cd-burner" + patch-autotools: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ |