diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-13 01:21:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-13 01:21:55 +0000 |
commit | 27713e1c509030a9e58168fc1d73da4b71f6cd3a (patch) | |
tree | 9f18ee1d7fadfd494fb2fcde5e11f3aecd04cf48 /net | |
parent | - Update to 0.4.0 (diff) |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=327124
Diffstat (limited to 'net')
-rw-r--r-- | net/xrdp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index b98d4ef2e809..24c06968eeee 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -19,6 +19,7 @@ COMMENT= An open source Remote Desktop Protocol (RDP) server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_XORG= x11 xfixes USE_AUTOTOOLS= autoconf:env automake:env libtool GNU_CONFIGURE= yes |