diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 15:40:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 15:40:11 +0000 |
commit | 36af88dcd407adfd229a79c46af50ebaef4def47 (patch) | |
tree | e630c8e6d3ef11dcbf573cbabe9f38bed91f6ae5 /www | |
parent | 6e3631c9da5795353a9b2a020754b4e8159383f6 (diff) | |
download | ports-36af88dcd407adfd229a79c46af50ebaef4def47.tar.gz ports-36af88dcd407adfd229a79c46af50ebaef4def47.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-ssl/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lynx-ssl/files/patch-aa b/www/lynx-ssl/files/patch-aa index 62af89d880b2..38708c8f2b08 100644 --- a/www/lynx-ssl/files/patch-aa +++ b/www/lynx-ssl/files/patch-aa @@ -15,7 +15,7 @@ # ability to make SSL connections. -SSL_DIR= /usr/local/ssl -SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto -+SSL_DIR= /usr/local ++SSL_DIR= $(prefix) +SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL |