diff options
Diffstat (limited to 'devel/ffcall/Makefile')
-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 |