diff options
author | lioux <lioux@FreeBSD.org> | 2001-04-10 16:11:12 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-04-10 16:11:12 +0000 |
commit | 051df65036d081041880c6ed4552bcd7ce3c9b69 (patch) | |
tree | 8e41abe674605f58a8269b2d7a89d609d6600801 | |
parent | 62898ac36fa820460cedb240a058b6a9ce76911a (diff) | |
download | FreeBSD-ports-051df65036d081041880c6ed4552bcd7ce3c9b69.zip FreeBSD-ports-051df65036d081041880c6ed4552bcd7ce3c9b69.tar.gz |
- 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)
-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 5956f6f..fb9cb7c 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 |