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) --- security/libkpass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/libkpass') diff --git a/security/libkpass/Makefile b/security/libkpass/Makefile index 1c133702c523..22e6785e002e 100644 --- a/security/libkpass/Makefile +++ b/security/libkpass/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gettext gmake libtool +USES= alias gettext gmake libtool USE_LDCONFIG= yes CPPFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16 \ -I${LOCALBASE}/include -- cgit v1.2.3