diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-01-28 21:01:58 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-01-28 21:03:22 +0000 |
| commit | f4683ac1be44ded112bcbc18f7473aeb47bfee59 (patch) | |
| tree | e2b2142a722fdd6aa741a52a8a1336f309c37e0b | |
| parent | 6c458c3785dfc12064350c2e0aee9105105a5fd4 (diff) | |
| -rw-r--r-- | lang/quickjs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/quickjs/Makefile b/lang/quickjs/Makefile index 31da1f00d164..6662e89c22af 100644 --- a/lang/quickjs/Makefile +++ b/lang/quickjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= quickjs DISTVERSION= 2024.01.13-20240727 +PORTREVISION= 1 CATEGORIES= lang devel #MASTER_SITES= https://bellard.org/${PORTNAME}/ #DISTNAME= ${PORTNAME}-${DISTVERSION:S/./-/g} @@ -19,6 +20,8 @@ GH_TAGNAME= 6e2e68f CPE_VENDOR= ${PORTNAME}_project +CONFLICTS= quickjs + TEST_TARGET= test .include <bsd.port.pre.mk> |
