Date: Wed, 12 Jun 2013 20:52:26 +1000 From: andrew clarke <mail@ozzmosis.com> To: freebsd-ports@freebsd.org Cc: antoine@FreeBSD.org Subject: net/tcpflow Message-ID: <20130612105226.GA21217@ozzmosis.com>
next in thread | raw e-mail | index | archive | help
Maybe it would be useful to have a "make config" option to disable cairo in the net/tcpflow port? The Cairo dependency pulls in about twenty X11 libraries that I'd prefer not to install on my server. This was my quick & dirty Makefile hack to disable Cairo: --- Makefile.orig 2013-06-12 04:41:45.000000000 +1000 +++ Makefile 2013-06-12 20:37:32.283320340 +1000 @@ -12,7 +12,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +#LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Thanks, Regards Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130612105226.GA21217>