diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 18:53:22 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:20 +0000 |
commit | 44052bec2c67ce32ff3f8936ecde9870aaa6d8be (patch) | |
tree | 62704508dc6246756afac4cff7b0afc1eef26f6f | |
parent | 242790bc6e2176af6f9a8853319056dd62a9f845 (diff) | |
download | ports-44052bec2c67ce32ff3f8936ecde9870aaa6d8be.tar.gz ports-44052bec2c67ce32ff3f8936ecde9870aaa6d8be.zip |
-rw-r--r-- | security/openssh-portable/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 3c072134a788..306c7f4d15a4 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel-* -USES= alias autoreconf compiler:c11 localbase ncurses \ +USES= alias autoreconf compiler:c11 cpe localbase ncurses \ pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ @@ -28,6 +28,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ ETCOLD= ${PREFIX}/etc +CPE_VENDOR= openbsd + FLAVORS= default hpn gssapi default_CONFLICTS_INSTALL= openssh-portable-hpn openssh-portable-gssapi \ openssh-portable-x509 |