diff options
Diffstat (limited to 'lang/quickjs/Makefile')
-rw-r--r-- | lang/quickjs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/quickjs/Makefile b/lang/quickjs/Makefile index 3e98d9c3e755..98d84572f850 100644 --- a/lang/quickjs/Makefile +++ b/lang/quickjs/Makefile @@ -9,7 +9,8 @@ COMMENT= Embeddable Javascript interpreter in C LICENSE= MIT -USES= compiler:c11 gmake tar:xz +USES= compiler:c11 cpe gmake tar:xz +CPE_VENDOR= ${PORTNAME}_project EXTRA_PATCHES= ${FILESDIR}/extra-${CHOSEN_COMPILER_TYPE}-patch-Makefile |