mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Remove USES=tar:bzip2 (bogus with USE_GITHUB)
- Add missing USES=ssl - Remove unnecessary flags Approved by: portmgr blanket
This commit is contained in:
parent
9db153eb3f
commit
c48ef0dc8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455289
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user