svn commit: r369905 - head/net/xrdp-devel
Tijl Coosemans
tijl at FreeBSD.org
Fri Oct 3 14:15:38 UTC 2014
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)
More information about the svn-ports-head
mailing list