svn commit: r443587 - head/security/osiris

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 14 16:10:48 UTC 2017


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 at 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}


More information about the svn-ports-head mailing list