diff options
author | marino <marino@FreeBSD.org> | 2016-09-10 03:17:28 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-10 03:17:28 +0800 |
commit | e9412d5bd64903c80ebf228da6ddbd34bbd4c0aa (patch) | |
tree | 3eb0bf2a60f165aa9afea428408e8130a460a9ab /audio | |
parent | 941c3c7d6f68bf407fa33bee71989ba8f2794ff3 (diff) | |
download | freebsd-ports-gnome-e9412d5bd64903c80ebf228da6ddbd34bbd4c0aa.tar.gz freebsd-ports-gnome-e9412d5bd64903c80ebf228da6ddbd34bbd4c0aa.tar.zst freebsd-ports-gnome-e9412d5bd64903c80ebf228da6ddbd34bbd4c0aa.zip |
audio/re: Set to use correct openssl headers
Approved by: SSL blanket
Diffstat (limited to 'audio')
-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 |