summaryrefslogtreecommitdiff
path: root/comms/wspr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/wspr/Makefile')
-rw-r--r--comms/wspr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 3332f04d11ed..b9a382f83192 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -33,8 +33,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
--with-portaudio-include-dir=${LOCALBASE}/include/portaudio2 \
--with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2
-CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
USE_PYTHON= 2.5+
USE_AUTOTOOLS= libtool
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \