summaryrefslogtreecommitdiffstats
path: root/mail/althea/files
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-06-13 15:51:48 +0000
committerkevlo <kevlo@FreeBSD.org>2001-06-13 15:51:48 +0000
commit0f7700aded6330d5099efda169dd36728204fbd5 (patch)
tree162f3a5016dc82bd7f1be1eaabee204afee137a5 /mail/althea/files
parent9bb033080ead8de3af50cc8d91a5fc32ed2a60a1 (diff)
downloadFreeBSD-ports-0f7700aded6330d5099efda169dd36728204fbd5.zip
FreeBSD-ports-0f7700aded6330d5099efda169dd36728204fbd5.tar.gz
Update to version 0.5.2
PR: 28054 Submitted by: Ports Fury
Diffstat (limited to 'mail/althea/files')
-rw-r--r--mail/althea/files/Makefile.bsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/althea/files/Makefile.bsd b/mail/althea/files/Makefile.bsd
index 84f6ced..62a07a8 100644
--- a/mail/althea/files/Makefile.bsd
+++ b/mail/althea/files/Makefile.bsd
@@ -12,10 +12,10 @@ PIXDIR=${PREFIX}/share/${PROG}
CXXFLAGS+=-DDOCDIR=\"${DOCDIR}\" -DPIXDIR=\"${PIXDIR}\"
# Use the GTK's CFLAGS:
-CXXFLAGS+=`${GTK_CONFIG} --cflags`
+CXXFLAGS+=`${GTK_CONFIG} --cflags` -I${OPENSSLINC}
# Use the GTK's libraries:
-LDADD+=`${GTK_CONFIG} --libs`
+LDADD+=`${GTK_CONFIG} --libs` -L${OPENSSLLIB} -lssl -lcrypto
# A hack to ensure C++ is called to do the final linking:
CC:= ${CXX}
OpenPOWER on IntegriCloud