diff options
author | novel <novel@FreeBSD.org> | 2005-09-07 12:34:21 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-09-07 12:34:21 +0000 |
commit | 389124ee0d8e040b6217811b5ec9019d098bc8b8 (patch) | |
tree | 090efa8798c0c1642a4dbfa052ac106370d93240 /security/osiris | |
parent | b6d653ba8e7188379615f4b2c4e2cc5385df21d0 (diff) | |
download | FreeBSD-ports-389124ee0d8e040b6217811b5ec9019d098bc8b8.zip FreeBSD-ports-389124ee0d8e040b6217811b5ec9019d098bc8b8.tar.gz |
Forgot to uncomment OPTIONS after testing.
Noted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'security/osiris')
-rw-r--r-- | security/osiris/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index 6927ab9..c05e968 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= http://www.hostintegrity.com/osiris/data/ \ MAINTAINER= lx@redundancy.redundancy.org COMMENT= The Shmoo client/server host integrity checker -#OPTIONS= OSIRISMD "Enable to build the management daemon" off \ -# OSIRISD "Enable to build the osirisd scan agent" on \ -# PRINTDB "Build database print tool" off \ -# CLI "Enable to build the management CLI" off +OPTIONS= OSIRISMD "Enable to build the management daemon" off \ + OSIRISD "Enable to build the osirisd scan agent" on \ + PRINTDB "Build database print tool" off \ + CLI "Enable to build the management CLI" off CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 |