diff options
author | pav <pav@FreeBSD.org> | 2004-11-26 23:33:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-26 23:33:05 +0800 |
commit | 533247b86f88e7d86820bd0e7917ad6965460555 (patch) | |
tree | 9e50bbb86a939bc8e2e79fd7d6e043a3812e899d /comms/gammu/Makefile | |
parent | f875eed8d1434e9ad48f35051cb4a8e9b38e5a5f (diff) | |
download | freebsd-ports-gnome-533247b86f88e7d86820bd0e7917ad6965460555.tar.gz freebsd-ports-gnome-533247b86f88e7d86820bd0e7917ad6965460555.tar.zst freebsd-ports-gnome-533247b86f88e7d86820bd0e7917ad6965460555.zip |
- Update to 0.98.0
PR: ports/74366
Submitted by: Kirill Bezzubets <kirill@solaris.ru> (maintainer)
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> |