diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-05 11:15:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-05 11:15:43 +0000 |
commit | 80e8e5525725f4d5d4b526dd3707f4e5fff1e84c (patch) | |
tree | 5b49d52ab93d5966a35577240978bb13aa38bead /games/tinymux | |
parent | 781090c0331af8d000aecb2e95db2976787bc8ca (diff) | |
download | ports-80e8e5525725f4d5d4b526dd3707f4e5fff1e84c.tar.gz ports-80e8e5525725f4d5d4b526dd3707f4e5fff1e84c.zip |
Notes
Diffstat (limited to 'games/tinymux')
-rw-r--r-- | games/tinymux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 2bd7f4893434..a1cbaa0eb767 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lcrypto PATCHLEVEL= 12 @@ -42,11 +42,11 @@ OPTIONS_RADIO= MYSQL OPTIONS_RADIO_MYSQL= ASYNCHRONOUS_SQL INLINE_SQL ASYNCHRONOUS_SQL_DESC= MySQL asynchronous support is unique to TinyMUX -FIRANMUX_DESC= Firan MUX via Firan's database (need MEMORY_BASED) +FIRANMUX_DESC= Firan MUX via Firan database (need MEMORY_BASED) INLINE_SQL_DESC= MySQL support compatible with PennMUSH, TinyMUSH 3.x MEMORY_BASED_DESC= Memory Based Database support REALITY_LVLS_DESC= Reality Levels support -SELFCHECK_DESC= Enable expensive self-checking +SELFCHECK_DESC= Enable expensive self-checking WOD_REALMS_DESC= World of Darkness Realms support ASYNCHRONOUS_SQL_CONFIGURE_ENABLE= stubslave |