diff options
Diffstat (limited to 'audio/pimp3')
-rw-r--r-- | audio/pimp3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile index 11cfea83ef79..ee5a62ac2f56 100644 --- a/audio/pimp3/Makefile +++ b/audio/pimp3/Makefile @@ -12,10 +12,8 @@ MASTER_SITES= http://unixpages.org/distfiles/ MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 - -BROKEN= Requires gdbm support which is not built\ - by default by python +RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ + ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm WRKSRC= ${WRKDIR}/pimp3 |