diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-12-31 20:28:10 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-12-31 20:28:10 +0000 |
commit | a31baf78d50545fa90c3857a6721d9877857841d (patch) | |
tree | cb6a69613a86f5b595aea255ee0b3715e4443427 | |
parent | Now that krb5-114 is gone, remove the option too. (diff) |
Now that cfengine22 is gone, let's remove the option too.
-rw-r--r-- | sysutils/cfengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index a5680acdd4f3..ee9191398212 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -VERSIONS= 22 32 33 34 35 36 37 38 39 310 311 312 313 +VERSIONS= 32 33 34 35 36 37 38 39 310 311 312 313 CFENGINE_VERSION?= 313 MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION} |