diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-20 10:18:59 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-20 10:18:59 +0000 |
commit | fc738b7ae7609afaa2758768c655517050650e33 (patch) | |
tree | 080ece8e966523a1db3ba0dd8a1be34ee0271d98 /audio/rawrec | |
parent | c2245df63c01a0dd71393a8f9cbfbd5610d44f52 (diff) | |
download | ports-fc738b7ae7609afaa2758768c655517050650e33.tar.gz ports-fc738b7ae7609afaa2758768c655517050650e33.zip |
Notes
Diffstat (limited to 'audio/rawrec')
-rw-r--r-- | audio/rawrec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile index 8e02aa0837d5..ed82cb5d98a2 100644 --- a/audio/rawrec/Makefile +++ b/audio/rawrec/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CC}" \ CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}" +USE_CGG= 3.3+ MAN1= rawrec.1 MLINKS= rawrec.1 rawplay.1 |