svn commit: r369908 - head/net/xrdp
Tijl Coosemans
tijl at FreeBSD.org
Fri Oct 3 15:10:34 UTC 2014
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
More information about the svn-ports-all
mailing list