diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 20:35:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 20:35:21 +0000 |
commit | 3d623f7b6440b4529d8f4987a268dd2d8aa552da (patch) | |
tree | fbd3194e560db656ed69e087e289d2e50f43eeb3 /devel/libdasm | |
parent | 7b30a4a3921590fbef25294480a6a754118b8b41 (diff) |
Notes
Diffstat (limited to 'devel/libdasm')
-rw-r--r-- | devel/libdasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libdasm/Makefile b/devel/libdasm/Makefile index 269aba5cb469..fa5162af9c9c 100644 --- a/devel/libdasm/Makefile +++ b/devel/libdasm/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= antoine@FreeBSD.org COMMENT= Simple x86 disassembly library -LICENSE= BSD +LICENSE= BSD2CLAUSE MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}" USE_LDCONFIG= yes |