diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
commit | d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797 (patch) | |
tree | 5d79a984f97ee9a5e47c732e344048cad874e544 /devel/ffcall | |
parent | cfbe99ab0bc3ba92e6d9ddc80a6aa8e27419287b (diff) |
LICENSE GPLv2
Notes
Notes:
svn path=/head/; revision=255719
Diffstat (limited to 'devel/ffcall')
-rw-r--r-- | devel/ffcall/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 026c68db2b4c..27ddc4ad1b57 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -16,10 +16,11 @@ MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org COMMENT= Foreign function call libraries +LICENSE= GPLv2 + USE_GMAKE= yes GNU_CONFIGURE= yes -NO_PACKAGE= GPL2+ MAKE_JOBS_UNSAFE= yes MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 |