diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-09 19:17:28 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-09 19:17:28 +0000 |
commit | 41ed1eb3549d84bcfbc3e09fbeacd976821e38a3 (patch) | |
tree | 3eb0bf2a60f165aa9afea428408e8130a460a9ab | |
parent | bb653c9a2519c7c3a2a873a45f6625508553e334 (diff) | |
download | ports-41ed1eb3549d84bcfbc3e09fbeacd976821e38a3.tar.gz ports-41ed1eb3549d84bcfbc3e09fbeacd976821e38a3.zip |
Notes
-rw-r--r-- | audio/re/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/re/Makefile b/audio/re/Makefile index f7c8461aa92c..a291be3c3970 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -11,9 +11,9 @@ COMMENT= Library for real-time comms with async IO support LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/COPYING -USES= gmake +USES= gmake ssl USE_LDCONFIG= yes -USE_OPENSSL= yes +MAKE_ARGS+= SYSROOT_ALT=${OPENSSLBASE} PORTDATA= re.mk |