diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /games/tinymux | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'games/tinymux')
-rw-r--r-- | games/tinymux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 6fa80991ab86..0688d24f345f 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -3,6 +3,7 @@ PORTNAME= tinymux PORTVERSION= 2.10.1.${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= games net MASTER_SITES= GOOGLE_CODE DISTNAME= mux-${PORTVERSION}.unix @@ -47,7 +48,8 @@ INLINE_SQL_CONFIGURE_ENABLE= inlinesql MEMORY_BASED_CONFIGURE_ENABLE= memorybased REALITY_LVLS_CONFIGURE_ENABLE= realitylvls SELFCHECK_CONFIGURE_ENABLE= selfcheck -SSL_CONFIGURE_ENABLE= ssl +SSL_CONFIGURE_ENABLE= ssl +SSL_USE= OPENSSL=yes WOD_REALMS_CONFIGURE_ENABLE= wodrealms SUB_FILES= ${PORTNAME} pkg-deinstall pkg-message |