summaryrefslogtreecommitdiff
path: root/audio/libcddb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r--audio/libcddb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile
index 40e51ac80887..41a7afd0f493 100644
--- a/audio/libcddb/Makefile
+++ b/audio/libcddb/Makefile
@@ -21,7 +21,7 @@ USE_GNOME= gnomehack pkgconfig
USE_ICONV= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-cdio
-CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\" -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -DICONV_CONST="const" -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>