diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-03 23:10:33 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-03 23:10:33 +0800 |
commit | 70c0982efb45a897747dbf07ed637afbf874c819 (patch) | |
tree | b613eef1a02a7fc5068e166b8e8399d652749bb7 /net | |
parent | a08a9a5ca3a9b9e6badcdd556293530506371af3 (diff) | |
download | freebsd-ports-gnome-70c0982efb45a897747dbf07ed637afbf874c819.tar.gz freebsd-ports-gnome-70c0982efb45a897747dbf07ed637afbf874c819.tar.zst freebsd-ports-gnome-70c0982efb45a897747dbf07ed637afbf874c819.zip |
Replace USE_AUTOTOOLS with USES=autoreconf:build
Diffstat (limited to 'net')
-rw-r--r-- | net/xrdp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index f73673833477..fe82d36f79a7 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -14,9 +14,8 @@ COMMENT= Open source Remote Desktop Protocol (RDP) server 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 |