Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 15:10:33 +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: r369908 - head/net/xrdp
Message-ID:  <201410031510.s93FAXjW021863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Oct  3 15:10:33 2014
New Revision: 369908
URL: https://svnweb.freebsd.org/changeset/ports/369908
QAT: https://qat.redports.org/buildarchive/r369908/

Log:
  Replace USE_AUTOTOOLS with USES=autoreconf:build

Modified:
  head/net/xrdp/Makefile

Modified: head/net/xrdp/Makefile
==============================================================================
--- head/net/xrdp/Makefile	Fri Oct  3 15:06:44 2014	(r369907)
+++ head/net/xrdp/Makefile	Fri Oct  3 15:10:33 2014	(r369908)
@@ -14,9 +14,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
@@ -27,9 +26,8 @@ GH_COMMIT=	5d53758
 GH_TAGNAME=	${GH_COMMIT}
 
 CONFIGURE_ARGS=	--localstatedir=/var
-LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
-CONFLICTS_INSTALL=	xrdp-devel-[0-9]* x11rdp-devel-[0-9]*
+LIBS+=		-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	DEBUG
 OPTIONS_DEFAULT=	JP106 X11RDP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031510.s93FAXjW021863>