diff options
author | John Marino <marino@FreeBSD.org> | 2015-02-27 19:03:07 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-02-27 19:03:07 +0000 |
commit | 51610932057ec040091419df2a89214c45df087d (patch) | |
tree | 5bad4444b7e616afeddb38b3f7b7c9b497ac4bf3 /databases | |
parent | 30338717b053be5e3a8e167efadc3c3d6fef07dc (diff) |
databases/opendbx: add USES+= readline
This started failing without a recent change to opendbx, so a dependency
most have stopped pulling in readline. The configure error was:
error: readline library (libreadline) not found
approved by: blanket
Notes
Notes:
svn path=/head/; revision=380116
Diffstat (limited to 'databases')
-rw-r--r-- | databases/opendbx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile index 22d99bed775c..12e6b881a8ed 100644 --- a/databases/opendbx/Makefile +++ b/databases/opendbx/Makefile @@ -12,7 +12,7 @@ COMMENT= C library for accessing databases with a single API LICENSE= LGPL21 -USES= gmake libtool +USES= gmake libtool readline CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${WRKSRC}/lib -L${LOCALBASE}/lib |