diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:43:21 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:49:11 +0000 |
commit | 7835f2580f8e9914f29585d866c2d02bd00de9a7 (patch) | |
tree | 84a0a6d1a1c5ccfa222eaa996fe097ac8e43cd31 | |
parent | c8013d58d6ed4ccbab91cf573eef9e9c3fffa697 (diff) | |
download | ports-7835f2580f8e9914f29585d866c2d02bd00de9a7.tar.gz ports-7835f2580f8e9914f29585d866c2d02bd00de9a7.zip |
-rw-r--r-- | security/tripwire-131/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile index 43cdc1f60e9c..669c0e67f98b 100644 --- a/security/tripwire-131/Makefile +++ b/security/tripwire-131/Makefile @@ -17,6 +17,8 @@ LICENSE_NAME= tripwire LICENSE_TEXT= Cannot be redistributed for more than the cost of duplication LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +USES= cpe + NO_PACKAGE= requires local database to be built # XXX should also work on other 32-bit architectures. ONLY_FOR_ARCHS= i386 |