diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2002-11-25 05:39:04 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2002-11-25 05:39:04 +0000 |
commit | 083a9ce25752835056aaadb78e075fd93795acc2 (patch) | |
tree | db0b1b8adbaa9d35d158483b3195be486131cd72 /audio/quelcom | |
parent | 12d451bcd2e7717e38b42c6f51dca19df24585f6 (diff) | |
download | ports-083a9ce25752835056aaadb78e075fd93795acc2.tar.gz ports-083a9ce25752835056aaadb78e075fd93795acc2.zip |
Notes
Diffstat (limited to 'audio/quelcom')
-rw-r--r-- | audio/quelcom/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile index 882d1c1caf72..56260639482f 100644 --- a/audio/quelcom/Makefile +++ b/audio/quelcom/Makefile @@ -21,10 +21,16 @@ MAN1= qmp3check.1 qmp3cut.1 qmp3info.1 qmp3join.1 qmp3report.1 \ qwavcut.1 qwavfade.1 qwavheaderdump.1 qwavinfo.1 qwavjoin.1 \ qwavsilence.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "does not build on FreeBSD 5.x; cout.form cannot be used with GCC 3.x" +.endif + do-install: .for F in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/${F} ${PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/src/${F:S/.1//g} ${PREFIX}/bin .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |