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 /mail/gbuffy | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'mail/gbuffy')
-rw-r--r-- | mail/gbuffy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index 59e713566241..525da3b2d0cd 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libPropList.so:devel/libPropList \ GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib USE_GNOME= gtk12 -USE_OPENSSL= yes +USES= ssl PLIST_FILES= bin/gbuffy |