Date: Wed, 14 Jun 2017 16:10:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443587 - head/security/osiris Message-ID: <201706141610.v5EGAkaQ058838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 14 16:10:46 2017 New Revision: 443587 URL: https://svnweb.freebsd.org/changeset/ports/443587 Log: Use USES=readline Modified: head/security/osiris/Makefile Modified: head/security/osiris/Makefile ============================================================================== --- head/security/osiris/Makefile Wed Jun 14 16:10:41 2017 (r443586) +++ head/security/osiris/Makefile Wed Jun 14 16:10:46 2017 (r443587) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Shmoo client/server host integrity checker GNU_CONFIGURE= yes -USES= ssl +USES= readline ssl OPTIONS_DEFINE= OSIRISMD OSIRISD PRINTDB CLI OPTIONS_DEFAULT= OSIRISD @@ -21,10 +21,6 @@ OSIRISMD_DESC= Management daemon OSIRISD_DESC= Scan agent PRINTDB_DESC= Database print tool CLI_DESC= Management CLI - -.if exists(${LOCALBASE}/lib/libreadline.so.6) -USES+= readline:port -.endif post-build-PRINTDB-on: cd ${WRKSRC}/src/tools && ${MAKE_CMD}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706141610.v5EGAkaQ058838>