Index: graphics/ImageMagick/Makefile =================================================================== --- graphics/ImageMagick/Makefile +++ graphics/ImageMagick/Makefile @@ -36,6 +36,8 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl +CONFLICTS= execline-[0-9]* # bin/import + # This port uses .la files, keep libtool:keepla! (magick/module.c) USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz SHEBANG_FILES= www/source/examples.pl Index: lang/execline/Makefile =================================================================== --- lang/execline/Makefile +++ lang/execline/Makefile @@ -13,6 +13,8 @@ BUILD_DEPENDS= skalibs>=2.2.1.0:${PORTSDIR}/devel/skalibs +CONFLICTS= ImageMagick-* # bin/import + USES= gmake USE_LDCONFIG= yes HAS_CONFIGURE= yes