diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-28 02:16:29 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-28 02:16:29 +0000 |
commit | 9d869e631a10195319339e4343df1e01ddb8c0fd (patch) | |
tree | db0c58563807d2a19c88bbd3884f0f01413f95fb /audio | |
parent | 9e82e49e223490462ca27aa2478c95c7aaf6bd81 (diff) | |
download | ports-9d869e631a10195319339e4343df1e01ddb8c0fd.tar.gz ports-9d869e631a10195319339e4343df1e01ddb8c0fd.zip |
Add missing dependency
PR: ports/39915
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=62128
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-ladspa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index 1b3a899608ca..2907f95caa30 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -12,6 +12,7 @@ DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= freebsdports@arved.de +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes |