diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /net/cvsync | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'net/cvsync')
-rw-r--r-- | net/cvsync/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/cvsync/Makefile b/net/cvsync/Makefile index 200e464325da..fc07d0baaeb5 100644 --- a/net/cvsync/Makefile +++ b/net/cvsync/Makefile @@ -13,9 +13,8 @@ COMMENT= Portable CVS repository synchronization utility LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/COPYRIGHT -USES= gmake +USES= gmake ssl USE_RC_SUBR= cvsyncd -USE_OPENSSL= yes PORTDOCS= ChangeLog FAQ TODO PORTEXAMPLES= cvsync.conf cvsyncd-FreeBSD.conf \ |