Date: Tue, 17 May 2016 13:43:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415384 - head/www/c-icap-modules Message-ID: <201605171343.u4HDhNB5050923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 17 13:43:23 2016 New Revision: 415384 URL: https://svnweb.freebsd.org/changeset/ports/415384 Log: - Cosmetic fixes Modified: head/www/c-icap-modules/Makefile Modified: head/www/c-icap-modules/Makefile ============================================================================== --- head/www/c-icap-modules/Makefile Tue May 17 13:42:49 2016 (r415383) +++ head/www/c-icap-modules/Makefile Tue May 17 13:43:23 2016 (r415384) @@ -14,20 +14,19 @@ COMMENT= Modules for c-icap: virus_scan LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS+= libicapapi.so:www/c-icap \ +LIB_DEPENDS= libicapapi.so:www/c-icap \ libclamav.so:security/clamav USES= libtool GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-static \ + --with-c-icap=${LOCALBASE} \ + --with-clamav=${LOCALBASE} INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/share/c_icap CFLAGS+= -DHAVE_STRNSTR -CONFIGURE_ARGS+= --enable-static \ - --with-c-icap=${LOCALBASE} \ - --with-clamav=${LOCALBASE} - pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/c-icap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605171343.u4HDhNB5050923>