diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-04-06 15:56:18 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-04-06 15:56:18 +0000 |
commit | 06316b8b1f00354369a534db5c5649a24b96fcda (patch) | |
tree | 6e4f078b5319b7e5874ccbe2329b8b594b1768d8 /audio/baresip | |
parent | - Fix typo in OptionsNG conversion (diff) |
- Use greater or equal so PORTREVISION bump doesn't break it
Reported by: pointyhat
Approved by: portmgr (bdrewery), jpaetzel (mentor)
Notes
Notes:
svn path=/head/; revision=315744
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 1d98ed449032..69d21111314e 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -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 |