diff options
author | pav <pav@FreeBSD.org> | 2009-04-26 05:20:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-26 05:20:25 +0800 |
commit | 084796fe2efed656fbca766a9c538ea731133480 (patch) | |
tree | d1b019335ef17dae981caaffddfa36b139d01489 /audio | |
parent | 3596fdfbd58dfda5a9cdde21dd88ba1fef5ef436 (diff) | |
download | freebsd-ports-gnome-084796fe2efed656fbca766a9c538ea731133480.tar.gz freebsd-ports-gnome-084796fe2efed656fbca766a9c538ea731133480.tar.zst freebsd-ports-gnome-084796fe2efed656fbca766a9c538ea731133480.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gai-album/Makefile | 2 | ||||
-rw-r--r-- | audio/gai-visual-audio/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/gai-album/Makefile b/audio/gai-album/Makefile index 47327355afe8..53cead7e9d4c 100644 --- a/audio/gai-album/Makefile +++ b/audio/gai-album/Makefile @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix +BROKEN= does not compile + post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ diff --git a/audio/gai-visual-audio/Makefile b/audio/gai-visual-audio/Makefile index b3dbf53aefbd..6cfad9d77bbc 100644 --- a/audio/gai-visual-audio/Makefile +++ b/audio/gai-visual-audio/Makefile @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix +BROKEN= does not compile + post-patch: @${REINPLACE_CMD} -e 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|' \ ${WRKSRC}/configure |