diff options
author | stas <stas@FreeBSD.org> | 2011-10-06 08:34:24 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-10-06 08:34:24 +0800 |
commit | 26dc78538f7e71495ab87ce08db68ab401f83af5 (patch) | |
tree | 05e743b422235d90b7ae4f618da8e202ebc9a36f /devel | |
parent | 875c6914419f15c7e60e2da5b137ebc3d75a04ac (diff) | |
download | freebsd-ports-gnome-26dc78538f7e71495ab87ce08db68ab401f83af5.tar.gz freebsd-ports-gnome-26dc78538f7e71495ab87ce08db68ab401f83af5.tar.zst freebsd-ports-gnome-26dc78538f7e71495ab87ce08db68ab401f83af5.zip |
- Mark as conflicted with libtool-fixed.
Diffstat (limited to 'devel')
-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" |