diff options
author | steve <steve@FreeBSD.org> | 1999-12-23 23:40:11 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-23 23:40:11 +0800 |
commit | d97051286aee560a1b0de9aa422fa93c830a849d (patch) | |
tree | afec89e0c907f261a6bf90aed139fe1cc6d5c7b7 /www/lynx-ssl | |
parent | 8a42af67f33e5aeadf4f7d737c388800014a8735 (diff) | |
download | freebsd-ports-gnome-d97051286aee560a1b0de9aa422fa93c830a849d.tar.gz freebsd-ports-gnome-d97051286aee560a1b0de9aa422fa93c830a849d.tar.zst freebsd-ports-gnome-d97051286aee560a1b0de9aa422fa93c830a849d.zip |
Honor PREFIX setting.
PR: 15137
Submitted by: Matt Behrens <matt@zigg.com>
Diffstat (limited to 'www/lynx-ssl')
-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 |