diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-19 15:44:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-19 15:44:00 +0000 |
commit | 06cc44b1b19c78e5a3ee03231a7257f916c8b03f (patch) | |
tree | 8c1b283ebf22f3d9fbcd0a69c5f29c1ec77dbaab /databases | |
parent | 176493e062712773db2c5b2ae3bb05b599b234c2 (diff) | |
download | ports-06cc44b1b19c78e5a3ee03231a7257f916c8b03f.tar.gz ports-06cc44b1b19c78e5a3ee03231a7257f916c8b03f.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/memcacheq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/memcacheq/Makefile b/databases/memcacheq/Makefile index 67926c772184..eda8c05a4436 100644 --- a/databases/memcacheq/Makefile +++ b/databases/memcacheq/Makefile @@ -18,6 +18,7 @@ COMMENT= Simple queue service over Memcache LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +USE_CSTD= gnu89 CFLAGS+= -I"${BDB_INCLUDE_DIR}" LDFLAGS+= -l"${BDB_LIB_NAME}" -L"${LOCALBASE}/lib" |