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 5d397687e5ef..3503300f27d8 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -22,7 +22,7 @@ PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config USE_SIZE= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \ LDFLAGS="`${PCRE_CONFIG} --libs`" INSTALLS_SHLIB= yes |