diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-26 13:33:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-26 13:33:57 +0000 |
commit | 54c3145dc7d41a7e95a6f2354232111fdaac31ef (patch) | |
tree | 489b51a5f924b10dd2b08a2b18ddf5adc0eb6b71 /audio | |
parent | 73ed4c2231b3c517f7b25c5c12957b807e73cc57 (diff) | |
download | ports-54c3145dc7d41a7e95a6f2354232111fdaac31ef.tar.gz ports-54c3145dc7d41a7e95a6f2354232111fdaac31ef.zip |
Notes
Diffstat (limited to 'audio')
-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 |