diff options
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 997c3fb2b330..15b0f5db68e8 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB= FFTW_SUFX="${FFTW_SUFX}" .include <bsd.port.pre.mk> |