diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-26 15:33:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-26 15:33:05 +0000 |
commit | 9f0169f4e4a59f50ce1352b4d1f66b2f6949c460 (patch) | |
tree | c8d5e1e69202515fc4609929849846b13c1cde49 /comms/gammu/Makefile | |
parent | e6eeb0f50831d722ac51e1fbf19ba3ca8fcfe6dd (diff) |
- Update to 0.98.0
PR: ports/74366
Submitted by: Kirill Bezzubets <kirill@solaris.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=122506
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index a9cfbb659158..f6439639ef46 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gammu -PORTVERSION= 0.94.0 +PORTVERSION= 0.98.0 CATEGORIES= comms MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/older/ \ http://www.kirill.spb.ru/gammu/ @@ -19,6 +19,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes WANT_AUTOCONF_VER=253 -CONFIGURE_ARGS= --disable-fbuspl2303 +CONFIGURE_ARGS= --disable-bluerfsearch .include <bsd.port.mk> |