diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-19 18:25:58 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-19 18:25:58 +0000 |
commit | da9a918f01f28db32853dbb5f5dfd01e274bda3b (patch) | |
tree | 9bea2287f57405d48eec96fe8d709d6273923288 /databases/dbtool | |
parent | 0bf7c502a1716a7c6592fac25a23cdd51139f562 (diff) |
Notes
Diffstat (limited to 'databases/dbtool')
-rw-r--r-- | databases/dbtool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 196bc135e8b9..4ed88f9ff989 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash .endif +LICENSE= GPLv2 + GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${DB_INC}" |