diff options
Diffstat (limited to 'net/openbsc/Makefile')
-rw-r--r-- | net/openbsc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/openbsc/Makefile b/net/openbsc/Makefile index 4c7f5e1f7dfe..dce55a29c711 100644 --- a/net/openbsc/Makefile +++ b/net/openbsc/Makefile @@ -2,6 +2,7 @@ PORTNAME= openbsc PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -21,9 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} USES= autoreconf compiler:c11 gmake pkgconfig USE_OPENSSL= yes -WITH_OPENSSL_PORT=yes -OPENSSL_PORT= security/libressl -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes AUTOMAKE_ARGS= --gnu --add-missing --copy CONFIGURE_ARGS+= CFLAGS="-I${LOCALBASE}/include" |