From cde6ad6394923bd3ef25dfc206536745e8e5e8a1 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 15 Apr 2004 13:35:38 +0000 Subject: [PATCH] libflac -> libFLAC pointy hat to: deischen@ PR: ports/65565 Submitted by: Shigetomo Kimura --- audio/xmcd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index bbb0bb48bedb..b24f6d26105d 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -19,7 +19,7 @@ MAINTAINER= eischen@vigrid.com COMMENT= Motif CD player LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis \ - flac:${PORTSDIR}/audio/flac + FLAC:${PORTSDIR}/audio/flac RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame USE_REINPLACE= yes