aboutsummaryrefslogtreecommitdiff
path: root/audio/libshairport
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /audio/libshairport
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
downloadports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz
ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip
Add missing USE_OPENSSL=yes
PR: 195796
Notes
Notes: svn path=/head/; revision=377064
Diffstat (limited to 'audio/libshairport')
-rw-r--r--audio/libshairport/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/libshairport/Makefile b/audio/libshairport/Makefile
index f3fe62f51bdc..e45018744f2f 100644
--- a/audio/libshairport/Makefile
+++ b/audio/libshairport/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libshairport
PORTVERSION= 1.2.0.20310
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://mirrors.xbmc.org/build-deps/darwin-libs/
DISTNAME= libshairport-${PORTVERSION}_lib
@@ -11,10 +11,11 @@ DISTNAME= libshairport-${PORTVERSION}_lib
MAINTAINER= manuel.creach@icloud.com
COMMENT= Airport Extreme Emulator
-USES= autoreconf gmake libtool
GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+USES= autoreconf gmake libtool
+USE_LDCONFIG= yes
+USE_OPENSSL= yes
CPPFLAGS+= -isystem${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib