- 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:
William Grzybowski 2013-04-06 15:56:18 +00:00
parent 7b22fe7a97
commit 06316b8b1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315744

View File

@ -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