aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-10 14:15:18 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-10 14:15:18 +0000
commit7eccf49bc2f74dac89d2d4a5c357f64c044ddad3 (patch)
tree174b5222718cb01a4e17a44e9a32e6e10d7d5dea
parente18a601e089808d45bee4e7551e8a2834c199919 (diff)
downloadports-7eccf49bc2f74dac89d2d4a5c357f64c044ddad3.tar.gz
ports-7eccf49bc2f74dac89d2d4a5c357f64c044ddad3.zip
- Fix a dependency
Notes
Notes: svn path=/head/; revision=176997
-rw-r--r--audio/xmms-mad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile
index bb17e536f2f5..0f0854697493 100644
--- a/audio/xmms-mad/Makefile
+++ b/audio/xmms-mad/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= xmms-mad
MAINTAINER= dyeske@yahoo.com
COMMENT= A XMMS input plugin that uses libmad
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad
+LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms