diff options
author | pat <pat@FreeBSD.org> | 2002-06-28 10:16:29 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-28 10:16:29 +0800 |
commit | 449dd686d0bd991ef84e9ad463563e57db2160b4 (patch) | |
tree | b88d59f48d9ce819e6e10e3ec503c3ad43246ce4 /audio | |
parent | a750efea1b6262775be47da0312184c3162dc92d (diff) | |
download | freebsd-ports-gnome-449dd686d0bd991ef84e9ad463563e57db2160b4.tar.gz freebsd-ports-gnome-449dd686d0bd991ef84e9ad463563e57db2160b4.tar.zst freebsd-ports-gnome-449dd686d0bd991ef84e9ad463563e57db2160b4.zip |
Add missing dependency
PR: ports/39915
Submitted by: maintainer
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 |