diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-04 21:43:38 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-04 21:43:38 +0000 |
commit | ba55ab5c7287599fecc0492cc2b71f6bb356a2f4 (patch) | |
tree | 472c614a057a45bb1cccad21b5a7e3695d9f27c6 | |
parent | a87726472a935c6c61e7ad1f1430d7a0d24b8d39 (diff) |
Notes
-rw-r--r-- | devel/valgrind/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index b6f87de548fd..8940053fc3b4 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -16,6 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:dist \ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Memory debugging and profiling tool +LICENSE= GPLv2 + CONFLICTS= valgrind-snapshot-[0-9]* ONLY_FOR_ARCHS= i386 amd64 |