diff options
author | johans <johans@FreeBSD.org> | 2014-02-21 17:35:23 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-02-21 17:35:23 +0800 |
commit | 706463a996c5ee88384a81af8fdf689decc4dc57 (patch) | |
tree | 824030d4f6a26357446e97aa7ae8f6604aa070ae | |
parent | 6e3553105f0fc7670fc023b946575188593fc424 (diff) | |
download | freebsd-ports-graphics-706463a996c5ee88384a81af8fdf689decc4dc57.tar.gz freebsd-ports-graphics-706463a996c5ee88384a81af8fdf689decc4dc57.tar.zst freebsd-ports-graphics-706463a996c5ee88384a81af8fdf689decc4dc57.zip |
Disable installation of shared libraries.
These cause problems with several ports.
PR: ports/186790
Submitted by: Matthew Rezny <matthew@reztek.cz> and others
-rw-r--r-- | textproc/flex/Makefile | 4 | ||||
-rw-r--r-- | textproc/flex/pkg-plist | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index 4faa91794d3..ffc4d97e2ca 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -2,7 +2,7 @@ PORTNAME= flex PORTVERSION= 2.5.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} @@ -17,7 +17,7 @@ USES= bison gmake USE_BZIP2= yes GNU_CONFIGURE= yes # install flex header to its own dir to avoid conflict with system flex. -CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex +CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 INSTALL_TARGET= install-strip diff --git a/textproc/flex/pkg-plist b/textproc/flex/pkg-plist index d6f89664b69..805bd1585a1 100644 --- a/textproc/flex/pkg-plist +++ b/textproc/flex/pkg-plist @@ -3,12 +3,8 @@ bin/flex++ include/flex/FlexLexer.h lib/libfl.a lib/libfl.la -lib/libfl.so -lib/libfl.so.2 lib/libfl_pic.a lib/libfl_pic.la -lib/libfl_pic.so -lib/libfl_pic.so.2 man/man1/flex.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING |