diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:07:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:07:47 +0000 |
commit | 308d0da637675b3d07c3ffbf72ea68eafbd812bb (patch) | |
tree | 4b831236fe1d6a81d88a92359e3aea758a6d5b7a /audio | |
parent | 82e76bb1b5f3aa1d200f1b0dab174d559525f05a (diff) | |
download | ports-308d0da637675b3d07c3ffbf72ea68eafbd812bb.tar.gz ports-308d0da637675b3d07c3ffbf72ea68eafbd812bb.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sfront/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile index ffdeeb68b414..4b709c64643b 100644 --- a/audio/sfront/Makefile +++ b/audio/sfront/Makefile @@ -23,6 +23,8 @@ USE_BISON= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src ALL_TARGET= # empty +BROKEN= "Distinfo incorrect" + post-patch: @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile |