diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 08:31:43 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 08:31:43 +0800 |
commit | 3345b81fe6c652b65bd007efb7930fb5de1c5ce7 (patch) | |
tree | c4b2b0749c0d00a20ec31badb05c6b2736503cd8 /net/gsk | |
parent | 73c832a3279fb162dcf1618e4bce06fca05313c3 (diff) | |
download | freebsd-ports-gnome-3345b81fe6c652b65bd007efb7930fb5de1c5ce7.tar.gz freebsd-ports-gnome-3345b81fe6c652b65bd007efb7930fb5de1c5ce7.tar.zst freebsd-ports-gnome-3345b81fe6c652b65bd007efb7930fb5de1c5ce7.zip |
net/gsk: add SSL flags
Diffstat (limited to 'net/gsk')
-rw-r--r-- | net/gsk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gsk/Makefile b/net/gsk/Makefile index 3ce3ee40de64..5501a7d7eb45 100644 --- a/net/gsk/Makefile +++ b/net/gsk/Makefile @@ -10,13 +10,14 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= C library for writing servers -USES= pathfix pkgconfig libtool +USES= libtool pathfix pkgconfig ssl USE_GNOME= glib20 -USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc INSTALL_TARGET= install-strip USE_LDCONFIG= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} OPTIONS_DEFINE= DOCS |