Date: Sun, 11 Sep 2016 01:05:18 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421772 - head/net/xrdp-devel Message-ID: <201609110105.u8B15Ia8013207@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 01:05:18 2016 New Revision: 421772 URL: https://svnweb.freebsd.org/changeset/ports/421772 Log: net/xrdp-devel: Document SSL requirement and set its flags Approved by: SSL blanket Modified: head/net/xrdp-devel/Makefile Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Sun Sep 11 01:00:02 2016 (r421771) +++ head/net/xrdp-devel/Makefile Sun Sep 11 01:05:18 2016 (r421772) @@ -13,7 +13,7 @@ COMMENT= Open source Remote Desktop Prot LICENSE= GPLv2 -USES= autoreconf:build jpeg libtool pkgconfig +USES= autoreconf:build jpeg libtool pkgconfig ssl USE_XORG= x11 xfixes GNU_CONFIGURE= yes USE_RC_SUBR= xrdp @@ -24,8 +24,8 @@ GH_TAGNAME= 64e2291 CONFIGURE_ARGS= --localstatedir=/var \ --enable-jpeg -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} +LIBS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} CONFLICTS= xrdp-[0-9]* # xrdp v0.7 is not compatible with current net/freerdp (1.0.2) #BUILD_DEPENDS+= freerdp>=1.0.2:net/freerdp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110105.u8B15Ia8013207>