svn commit: r354659 - head/databases/twemproxy

Steven Kreuzer skreuzer at FreeBSD.org
Tue May 20 17:35:40 UTC 2014


Author: skreuzer
Date: Tue May 20 17:35:39 2014
New Revision: 354659
URL: http://svnweb.freebsd.org/changeset/ports/354659
QAT: https://qat.redports.org/buildarchive/r354659/

Log:
  Depend on devel/libexecinfo

Modified:
  head/databases/twemproxy/Makefile

Modified: head/databases/twemproxy/Makefile
==============================================================================
--- head/databases/twemproxy/Makefile	Tue May 20 16:59:59 2014	(r354658)
+++ head/databases/twemproxy/Makefile	Tue May 20 17:35:39 2014	(r354659)
@@ -12,10 +12,16 @@ COMMENT=	Fast, light-weight proxy for me
 
 LICENSE=	APACHE20
 
+LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo
+
 PLIST_FILES=	sbin/nutcracker \
 		man/man8/nutcracker.8.gz \
 		etc/nutcracker.yml.sample
 
+USE_GCC=	yes
 HAS_CONFIGURE=	yes
 
 do-install:


More information about the svn-ports-all mailing list