Skip to content

Commit

Permalink
mail/openarc: fix build with OpenSSL from ports
Browse files Browse the repository at this point in the history
PR: 275728
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Dec 12, 2023
1 parent 0012c0a commit e9ad99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mail/openarc/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive
LIB_DEPENDS= libjansson.so:devel/jansson

USES= autoreconf gmake libtool pkgconfig ssl
USES= autoreconf gmake libtool localbase pkgconfig ssl
USE_LDCONFIG= yes

USE_GITHUB= yes
Expand All @@ -22,6 +22,7 @@ GH_PROJECT= OpenARC
GH_TAGNAME= eb430db

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}

USE_RC_SUBR= ${PORTNAME}

Expand Down

0 comments on commit e9ad99b

Please sign in to comment.