diff options
-rw-r--r-- | devel/oniguruma/Makefile | 2 | ||||
-rw-r--r-- | devel/oniguruma4/Makefile | 2 | ||||
-rw-r--r-- | devel/oniguruma5/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index 95c6eebc6f55..617785ad7ab6 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -18,7 +18,7 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +#INSTALLS_SHLIB= yes DOCS= HISTORY README doc/* diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile index 95c6eebc6f55..617785ad7ab6 100644 --- a/devel/oniguruma4/Makefile +++ b/devel/oniguruma4/Makefile @@ -18,7 +18,7 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +#INSTALLS_SHLIB= yes DOCS= HISTORY README doc/* diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile index 95c6eebc6f55..617785ad7ab6 100644 --- a/devel/oniguruma5/Makefile +++ b/devel/oniguruma5/Makefile @@ -18,7 +18,7 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +#INSTALLS_SHLIB= yes DOCS= HISTORY README doc/* |