Date: Fri, 3 Oct 2014 14:15:38 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369905 - head/net/xrdp-devel Message-ID: <201410031415.s93EFchD094379@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Oct 3 14:15:37 2014 New Revision: 369905 URL: https://svnweb.freebsd.org/changeset/ports/369905 QAT: https://qat.redports.org/buildarchive/r369905/ Log: Replace USE_AUTOTOOLS with USES=autoreconf:build Modified: head/net/xrdp-devel/Makefile Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Fri Oct 3 14:11:36 2014 (r369904) +++ head/net/xrdp-devel/Makefile Fri Oct 3 14:15:37 2014 (r369905) @@ -15,9 +15,8 @@ COMMENT= Open source Remote Desktop Prot LICENSE= GPLv2 -USES= libtool pkgconfig +USES= autoreconf:build libtool pkgconfig USE_XORG= x11 xfixes -USE_AUTOTOOLS= autoconf:env automake:env libtoolize GNU_CONFIGURE= yes USE_RC_SUBR= xrdp USE_LDCONFIG= ${PREFIX}/lib/xrdp @@ -29,8 +28,8 @@ GH_TAGNAME= ${GH_COMMIT} CONFIGURE_ARGS= --localstatedir=/var \ --enable-jpeg -LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib CONFLICTS= xrdp-[0-9]* LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg # xrdp v0.7 is not compatible with current net/freerdp (1.0.2)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031415.s93EFchD094379>