diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-09 05:17:49 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-09 05:17:49 +0000 |
commit | 1242eaed502d1764115ef8e22d9a116560dddc36 (patch) | |
tree | 68c5b623f4bf825c720c128fd0935795af6659c9 /devel/oniguruma | |
parent | 6f19c3031c23fa937cd52d1ed29fd1e5ec7555c1 (diff) |
Undefine INSTALLS_SHLIB.
Notes
Notes:
svn path=/head/; revision=100469
Diffstat (limited to 'devel/oniguruma')
-rw-r--r-- | devel/oniguruma/Makefile | 2 |
1 files changed, 1 insertions, 1 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/* |