diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-01 09:49:01 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-01 10:33:36 +0000 |
commit | 287fbd36ef4782dca0ddd05b423b1f451876e271 (patch) | |
tree | 0b042a0e324f891beb6f8e575e798571de8b5c89 | |
parent | 934d443a760d872bfcd7851c9bdae70a097d9ff0 (diff) | |
download | ports-287fbd36ef4782dca0ddd05b423b1f451876e271.tar.gz ports-287fbd36ef4782dca0ddd05b423b1f451876e271.zip |
ftp/weex: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | ftp/weex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile index c4c4421934c5..698629b98622 100644 --- a/ftp/weex/Makefile +++ b/ftp/weex/Makefile @@ -12,7 +12,7 @@ COMMENT= Non-interactive FTP client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING -USES= autoreconf gettext-tools gmake ssl +USES= autoreconf cpe gettext-tools gmake ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt |