diff options
Diffstat (limited to 'devel/pcre++/Makefile')
-rw-r--r-- | devel/pcre++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 3ed99cbb58a7..59a025e8cd2f 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \ LDFLAGS="`${PCRE_CONFIG} --libs`" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN3= Pcre.3 PLIST_SUB= VERSION=${PORTVERSION} |