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