diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-05-20 17:35:39 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-05-20 17:35:39 +0000 |
commit | 26fc230200e19cdd21a4ba9ef2ea51f414d3ee6a (patch) | |
tree | 8d26bb9fa1459fddc5407577ca809a6f1d55b53c | |
parent | d23667ce8631c6a8310f5132f4e1028fc95f07cf (diff) | |
download | freebsd-ports-26fc230200e19cdd21a4ba9ef2ea51f414d3ee6a.zip |
Depend on devel/libexecinfo
-rw-r--r-- | databases/twemproxy/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/twemproxy/Makefile b/databases/twemproxy/Makefile index 3d2e30380295..efa9436b54ee 100644 --- a/databases/twemproxy/Makefile +++ b/databases/twemproxy/Makefile @@ -12,10 +12,16 @@ COMMENT= Fast, light-weight proxy for memcached and redis 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: |