aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-01 13:18:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-01 13:18:37 +0000
commitc48ef0dc8bf765dcb6dc7a318964c057f7e694e8 (patch)
tree63b9e3f30eaa30fc87a86d9dfd11c28f8a8dc915
parent9db153eb3fdb8faeaf450458a9496e55bb434bcf (diff)
Notes
-rw-r--r--net/rabbitmq-c-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rabbitmq-c-devel/Makefile b/net/rabbitmq-c-devel/Makefile
index e939d9190fc4..cf05d7871e87 100644
--- a/net/rabbitmq-c-devel/Makefile
+++ b/net/rabbitmq-c-devel/Makefile
@@ -4,6 +4,7 @@
PORTNAME= rabbitmq-c
PORTVERSION= 0.8.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= net
PKGNAMESUFFIX= -devel
@@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson
CONFLICTS= rabbitmq-c-[0-9]*
-USES= cmake pathfix python tar:bzip2
+USES= cmake pathfix python ssl
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= alanxz
@@ -26,7 +27,5 @@ OPTIONS_DEFINE= POPT
OPTIONS_SUB= yes
POPT_DESC= Popt support in tools
POPT_LIB_DEPENDS= libpopt.so:devel/popt
-POPT_CFLAGS= -I${LOCALBASE}/include
-POPT_LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>