diff options
-rw-r--r-- | astro/gpstk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index bf4c859343a7..e67187197e47 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -23,7 +23,8 @@ USE_PYTHON_RUN= yes USE_LDCONFIG= yes JAM= ${LOCALBASE}/bin/jam -JAM_ENV= BINDIR="${PREFIX}/bin" \ +JAM_ENV= PREFIX="${PREFIX}" \ + BINDIR="${PREFIX}/bin" \ INCDIR="${PREFIX}/include/$(PORTNAME)" \ LIBDIR="${PREFIX}/lib" \ CC="${CC}" CCFLAGS="${CFLAGS}" \ |