diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-06 00:34:24 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-06 00:34:24 +0000 |
commit | 2a01f804a449128a257fc109c7ad233fd3b5be04 (patch) | |
tree | cec4a2c956c633ee6e9023b04689f10724c1da93 /devel/libtool/Makefile | |
parent | fd8a5c6d6664cb03621d6f39fc288260c24553ca (diff) | |
download | ports-2a01f804a449128a257fc109c7ad233fd3b5be04.tar.gz ports-2a01f804a449128a257fc109c7ad233fd3b5be04.zip |
Notes
Diffstat (limited to 'devel/libtool/Makefile')
-rw-r--r-- | devel/libtool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 720bb7ce6f93..48849276eb06 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -18,6 +18,8 @@ COMMENT?= Generic shared library support script LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING +CONFLICTS= libtool-fixed-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |