diff options
author | pat <pat@FreeBSD.org> | 2002-07-21 03:05:34 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-21 03:05:34 +0800 |
commit | 8adbffd623048098d45c8b082a14881f50d807f4 (patch) | |
tree | 7cc1f9a2b07a76a8149addab6fff517586304e4a /audio/xmms-ladspa/Makefile | |
parent | df7ee8e915ea6ccfbb569a2032a3cdaf821637f0 (diff) | |
download | freebsd-ports-gnome-8adbffd623048098d45c8b082a14881f50d807f4.tar.gz freebsd-ports-gnome-8adbffd623048098d45c8b082a14881f50d807f4.tar.zst freebsd-ports-gnome-8adbffd623048098d45c8b082a14881f50d807f4.zip |
Update to 0.6
PR: ports/40811
Submitted by: maintainer
Diffstat (limited to 'audio/xmms-ladspa/Makefile')
-rw-r--r-- | audio/xmms-ladspa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index 2907f95caa30..801a7beb377a 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xmms-ladspa -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= audio MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ DISTNAME= xmms_ladspa-${PORTVERSION} @@ -15,6 +15,7 @@ MAINTAINER= freebsdports@arved.de BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms +WRKSRC= ${WRKDIR}/xmms_ladspa USE_X_PREFIX= yes USE_GTK= yes |