diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-10 16:11:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-10 16:11:12 +0000 |
commit | 2ae86b31bd6be4872ed96999eaddfc6e868e8621 (patch) | |
tree | 4b0d10e7a9a8566982a6279b6265a83b48dc7a34 /audio/pimp3/Makefile | |
parent | Mark as broken as same as www category's one. (diff) |
- Mark it BROKEN, because:
python does not build support for gdbm regardless of it being
installed before/after the port installation. Therefore, this
port won't run.
Approved by: ports (silence)
Notes
Notes:
svn path=/head/; revision=41209
Diffstat (limited to 'audio/pimp3/Makefile')
-rw-r--r-- | audio/pimp3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile index 5956f6fe2ae1..fb9cb7c5d6c1 100644 --- a/audio/pimp3/Makefile +++ b/audio/pimp3/Makefile @@ -14,6 +14,9 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +BROKEN= Requires gdbm support which is not built\ + by default by python + WRKSRC= ${WRKDIR}/pimp3 NO_BUILD= yes |