diff options
author | mezz <mezz@FreeBSD.org> | 2005-05-16 14:33:28 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-05-16 14:33:28 +0800 |
commit | 8f942dbe139d5023a447b056052ea281c8d45e48 (patch) | |
tree | 1135721d92979fd6571cdf637934e24e8be7f4d2 /deskutils/mcatalog | |
parent | 0118b809253093df2143da43f99d0434bd291680 (diff) | |
download | freebsd-ports-gnome-8f942dbe139d5023a447b056052ea281c8d45e48.tar.gz freebsd-ports-gnome-8f942dbe139d5023a447b056052ea281c8d45e48.tar.zst freebsd-ports-gnome-8f942dbe139d5023a447b056052ea281c8d45e48.zip |
Mark as broke, doesn't build with Mono 1.1.7 yet.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
Diffstat (limited to 'deskutils/mcatalog')
-rw-r--r-- | deskutils/mcatalog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/mcatalog/Makefile b/deskutils/mcatalog/Makefile index 500fa1430210..ffdc6f7358f1 100644 --- a/deskutils/mcatalog/Makefile +++ b/deskutils/mcatalog/Makefile @@ -29,6 +29,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ DOCS= AUTHORS COPYING ChangeLog NEWS README TODO GCONF_SCHEMAS= mcatalog.schemas +BROKEN="doesn't build with Mono 1.1.7 yet" + post-patch: @${REINPLACE_CMD} -e 's|/pixmaps/mcatalog|/pixmaps|g' \ ${WRKSRC}/images/Makefile.in |