diff options
Diffstat (limited to 'devel/prepstools/Makefile')
-rw-r--r-- | devel/prepstools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/prepstools/Makefile b/devel/prepstools/Makefile index 237247c0cdb4..d87176bc7e3a 100644 --- a/devel/prepstools/Makefile +++ b/devel/prepstools/Makefile @@ -25,6 +25,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> |