diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 08:38:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 08:38:59 +0000 |
commit | 387c41d4f5e55737349a92a45976a765a6842dc7 (patch) | |
tree | 4385acd3f5f7811b748bc122b73b5a413c781908 /audio/baudline | |
parent | 08a87613f9e8d377d21e5ba38f22265d19f0ee0f (diff) | |
download | ports-387c41d4f5e55737349a92a45976a765a6842dc7.tar.gz ports-387c41d4f5e55737349a92a45976a765a6842dc7.zip |
Notes
Diffstat (limited to 'audio/baudline')
-rw-r--r-- | audio/baudline/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index b93305c32249..66e19791f325 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -17,6 +17,8 @@ COMMENT= A real-time signal analysis tool and an offline time-frequency browser RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +BROKEN= "Unfetchable" + USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 USE_LINUX= yes @@ -34,7 +36,7 @@ NO_PACKAGE= ${RESTRICTED} LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' pre-everything:: -.if ${LINPROCFS} +.if !${LINPROCFS} @${ECHO_CMD} "" @${ECHO_CMD} "Check if linprocfs is running: YES" .else |