diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-26 21:33:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-26 21:33:57 +0800 |
commit | e26a122b32f9b3a27c0de8e68c65685e4989c4d3 (patch) | |
tree | 109cab1c9420b67e3750fa351fa08a440ded5be3 | |
parent | 6d158b277fe2fa607eb49b3775503c19ca07739c (diff) | |
download | freebsd-ports-gnome-e26a122b32f9b3a27c0de8e68c65685e4989c4d3.tar.gz freebsd-ports-gnome-e26a122b32f9b3a27c0de8e68c65685e4989c4d3.tar.zst freebsd-ports-gnome-e26a122b32f9b3a27c0de8e68c65685e4989c4d3.zip |
add dependencies
unbroken
PR: 38564
Submitted by: Jay <jayed@jayed.com>
-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 |