diff options
author | sylvio <sylvio@FreeBSD.org> | 2011-05-20 02:25:58 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2011-05-20 02:25:58 +0800 |
commit | d48f21695c6762c3fd5e57684c312764b5b930b0 (patch) | |
tree | 94697ad170e5df23a5e5971ca25f7830c07d4157 /databases | |
parent | f6b88ba5db2b8199e6e937e36e89d249dceeb271 (diff) | |
download | freebsd-ports-gnome-d48f21695c6762c3fd5e57684c312764b5b930b0.tar.gz freebsd-ports-gnome-d48f21695c6762c3fd5e57684c312764b5b930b0.tar.zst freebsd-ports-gnome-d48f21695c6762c3fd5e57684c312764b5b930b0.zip |
- Add license
Diffstat (limited to 'databases')
-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}" |