- Use greater or equal so PORTREVISION bump doesn't break it
Reported by: pointyhat Approved by: portmgr (bdrewery), jpaetzel (mentor)
This commit is contained in:
parent
7b22fe7a97
commit
06316b8b1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315744
@ -8,8 +8,8 @@ MASTER_SITES= http://www.creytiv.com/pub/
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= Small SIP client
|
||||
|
||||
BUILD_DEPENDS= re=${PORTVERSION}:${PORTSDIR}/audio/re \
|
||||
rem=${PORTVERSION}:${PORTSDIR}/audio/rem
|
||||
BUILD_DEPENDS= re>=${PORTVERSION}:${PORTSDIR}/audio/re \
|
||||
rem>=${PORTVERSION}:${PORTSDIR}/audio/rem
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user