summaryrefslogtreecommitdiff
path: root/audio/xmms-uade/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-02-19 23:43:38 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-02-19 23:43:38 +0000
commitc6e2c6d3c6787c76c1400f590eae9f3324a6f22b (patch)
treebc792284550e099029b40ba544cbf462a0488fdc /audio/xmms-uade/Makefile
parentUnbreak after __FreeBSD_version >= 500101. (diff)
Update to 0.80 pre3. More stability, more module support, and
something against the war. All core developers told me not to use the old version, so here it is: the recent uade.
Diffstat (limited to 'audio/xmms-uade/Makefile')
-rw-r--r--audio/xmms-uade/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms-uade/Makefile b/audio/xmms-uade/Makefile
index 850db936c4c5..bcf9e616958e 100644
--- a/audio/xmms-uade/Makefile
+++ b/audio/xmms-uade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmms-uade
-PORTVERSION= 0.73
+PORTVERSION= 0.80-pre3-antiwar
CATEGORIES= audio
MASTER_SITES= http://www.ee.tut.fi/%7Eheikki/uade/
DISTFILES= uade-${PORTVERSION}${EXTRACT_SUFX}
@@ -28,6 +28,8 @@ CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \
--mymods=/ \
--docprefix=${X11BASE}/lib/xmms \
+CONFIGURE_ENV= SYSCFLAGS='${CFLAGS}'
+
WRKSRC= ${WRKDIR}/uade-${PORTVERSION}
.include <bsd.port.mk>