summaryrefslogtreecommitdiff
path: root/audio/ices0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ices0/Makefile')
-rw-r--r--audio/ices0/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile
index 5151ad92eeb0..fc6fe77eb439 100644
--- a/audio/ices0/Makefile
+++ b/audio/ices0/Makefile
@@ -22,8 +22,8 @@ OPTIONS= FLAC "Enable flac transcoding support" Off \
VORBIS "Enable ogg/vorbis transcoding support" Off \
PYTHON "Enable Python scripting" On
-CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
+LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes