diff options
| -rw-r--r-- | devel/libblake3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libblake3/Makefile b/devel/libblake3/Makefile index 578aa25e228d..9eb109cad50c 100644 --- a/devel/libblake3/Makefile +++ b/devel/libblake3/Makefile @@ -18,9 +18,9 @@ USE_LDCONFIG= yes GH_ACCOUNT= BLAKE3-team GH_PROJECT= BLAKE3 -CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=true -PLIST_SUB+= DISTVERSION=${DISTVERSION} +CMAKE_ON= BUILD_SHARED_LIBS +PLIST_SUB= DISTVERSION=${DISTVERSION} -WRKSRC= ${WRKDIR}/BLAKE3-${DISTVERSION}/c +WRKSRC_SUBDIR= c .include <bsd.port.mk> |
