diff options
Diffstat (limited to 'comms/wsjt/Makefile')
-rw-r--r-- | comms/wsjt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index dc31aebe0670..a7fb9f130a08 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -34,7 +34,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} |