From 15dccb3a0dda5b48f22d488cfcbde75b1d53ef2b Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 20 Oct 2014 10:09:19 +0000 Subject: Add USES=alias to several ports Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) --- net/freerdp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/freerdp') diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index a11b83c44979..5c6b88c2f7d9 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_OPENSSL= yes USE_LDCONFIG= yes -USES= cmake:outsource pkgconfig compiler:c++11-lib +USES= alias cmake:outsource pkgconfig compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= FreeRDP -- cgit v1.2.3