diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-10-16 19:54:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-10-16 19:54:32 +0000 |
commit | f90883480e09388f0e459bc2327e75520c62fd05 (patch) | |
tree | c78db02373aec123616949f3804c987f1726ab47 /audio/xmms-ladspa | |
parent | f5c5a60436b647edc59716f38c886435e495781e (diff) |
Notes
Diffstat (limited to 'audio/xmms-ladspa')
-rw-r--r-- | audio/xmms-ladspa/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index eb0cc521596c..9aa00f9ead3d 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -7,7 +7,9 @@ PORTNAME= xmms-ladspa PORTVERSION= 1.1 CATEGORIES= audio -MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ +MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= arved@FreeBSD.org @@ -15,6 +17,7 @@ COMMENT= "XMMS Plugin that provides LADSPA Plugins to XMMS" BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms + PLIST_FILES= lib/xmms/Effect/ladspa.so USE_X_PREFIX= yes |