diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-17 21:43:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-17 21:43:23 +0800 |
commit | f14252c0cdf221a724b5e33a5e3e7cd295449794 (patch) | |
tree | 8e32532fd2dd9101be190991b4fdee96e0d4b3f4 /www/c-icap-modules | |
parent | 0d2b51b2684926d76239f627ae8025c3dda1fded (diff) | |
download | freebsd-ports-gnome-f14252c0cdf221a724b5e33a5e3e7cd295449794.tar.gz freebsd-ports-gnome-f14252c0cdf221a724b5e33a5e3e7cd295449794.tar.zst freebsd-ports-gnome-f14252c0cdf221a724b5e33a5e3e7cd295449794.zip |
- Cosmetic fixes
Diffstat (limited to 'www/c-icap-modules')
-rw-r--r-- | www/c-icap-modules/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index 03fd0136ab29..2a9ef1e40ecc 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -14,20 +14,19 @@ COMMENT= Modules for c-icap: virus_scan and srv_url_check 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 |