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/svnup/Makefile | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'net/svnup/Makefile')
-rw-r--r-- | net/svnup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/svnup/Makefile b/net/svnup/Makefile index df9027a88f59..b2e18165189b 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -16,8 +16,7 @@ OPTIONS_DEFINE= DOCS CFLAGS= -I${OPENSSLINC} LDFLAGS= -L${OPENSSLLIB} -lmd -lssl -USES= tar:xz -USE_OPENSSL= yes +USES= tar:xz ssl PORTDOCS= ChangeLog |