Skip to content

Commit

Permalink
www/nghttp2: Simplify 143fa66
Browse files Browse the repository at this point in the history
- Fix indent
  • Loading branch information
sunpoet committed Jun 18, 2024
1 parent 58e9303 commit c87b0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/nghttp2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ HPACK_LIB_DEPENDS= libjansson.so:devel/jansson

.include <bsd.port.options.mk>

.if ${OPSYS}_${OSREL:C/\\./-/} == FreeBSD_13-2
USES+= llvm
.if ${OSREL} == 13.2
USES+= llvm
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-compatibility-fix
.endif

.if ${OPSYS}_${OSREL:C/\\./-/} == FreeBSD_14-0
.if ${OSREL} == 14.0
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-compatibility-fix
.endif

Expand Down

0 comments on commit c87b0b2

Please sign in to comment.