diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-28 06:56:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-28 06:56:46 +0000 |
commit | 0f8d106ae4886b0eb4f81dae949b23ca883a27fa (patch) | |
tree | 03a868ed44f0b8464578e0e7373b04b3c6d8bb1c /audio/musicpd | |
parent | 4ab7f722bd05a5b689c2bfa8bf7d1a599f280252 (diff) | |
download | ports-0f8d106ae4886b0eb4f81dae949b23ca883a27fa.tar.gz ports-0f8d106ae4886b0eb4f81dae949b23ca883a27fa.zip |
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index ac05fe3bb00a..317aca6ce67a 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= musicpd PORTVERSION= 0.15.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio ipv6 MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION} DISTNAME= mpd-${PORTVERSION} @@ -137,7 +137,7 @@ CONFIGURE_ARGS+=--disable-mikmod .endif .if defined(WITH_MODPLUG) -LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug +LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug CONFIGURE_ARGS+=--enable-modplug .else CONFIGURE_ARGS+=--disable-modplug |