diff options
Diffstat (limited to 'comms/wspr/Makefile')
-rw-r--r-- | comms/wspr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index bd037ebac79a..83a279ae94e3 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \ CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" USE_PYTHON= 2.4+ -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ PORTVERSION=${PORTVERSION} |