diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 06:00:59 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 06:00:59 +0800 |
commit | 034a8aefa4fd425ec7968b48b80e721c35a35ba6 (patch) | |
tree | 01fc911ebbaf1fbff7fbfc9db923cb9d682b4d4c /net-im/libyahoo2 | |
parent | 147fb9311aa56d3e5cd1c53e607bec32d26b7e7f (diff) | |
download | freebsd-ports-gnome-034a8aefa4fd425ec7968b48b80e721c35a35ba6.tar.gz freebsd-ports-gnome-034a8aefa4fd425ec7968b48b80e721c35a35ba6.tar.zst freebsd-ports-gnome-034a8aefa4fd425ec7968b48b80e721c35a35ba6.zip |
net-im/libyahoo2: document and configure SSL build dependency
Diffstat (limited to 'net-im/libyahoo2')
-rw-r--r-- | net-im/libyahoo2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index 5c033332230c..dad76754b6ba 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -10,12 +10,15 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= C library that handles the new Yahoo! Messenger protocol -USES= tar:bzip2 libtool pathfix +USES= libtool pathfix ssl:build tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} + post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ |