Skip to content

Commit

Permalink
security/heimdal-devel: Convert to new USES=llvm
Browse files Browse the repository at this point in the history
Replace BUILD_DEPENDS with the new USES=llvm infrastructure.
  • Loading branch information
cschuber committed Dec 21, 2022
1 parent 818f2df commit f08be34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/heimdal-devel/Makefile
Expand Up @@ -25,8 +25,8 @@ USE_LDCONFIG= ${GSSAPILIBDIR}

# Needs clang-format which is only provided by the port.
# Else asm1_fails resulting in a command not found error.
BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
p5-JSON>0:converters/p5-JSON
USES+= llvm
BUILD_DEPENDS= p5-JSON>0:converters/p5-JSON

GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_fnmatch_h=yes \
Expand Down

0 comments on commit f08be34

Please sign in to comment.