diff options
author | pav <pav@FreeBSD.org> | 2005-07-27 03:41:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-27 03:41:29 +0800 |
commit | 09ab5f727532c295137135490650cea49adcc0da (patch) | |
tree | 2cf406e17a9aaaab1700314b6f2953e16d09d3f2 /comms/gammu/Makefile | |
parent | ff3ac44d04f6bb01052cd5d2817666aa1102da86 (diff) | |
download | freebsd-ports-gnome-09ab5f727532c295137135490650cea49adcc0da.tar.gz freebsd-ports-gnome-09ab5f727532c295137135490650cea49adcc0da.tar.zst freebsd-ports-gnome-09ab5f727532c295137135490650cea49adcc0da.zip |
- Update to 1.01.0
PR: ports/83200
Submitted by: Juraj Hajovsky <xhajov00@stud.fit.vutbr.cz>
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 35c989e7c6ab..29d000387979 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gammu -PORTVERSION= 1.00.0 -PORTREVISION= 1 +PORTVERSION= 1.01.0 CATEGORIES= comms -MASTER_SITES= http://www.kirill.spb.ru/gammu/ +MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ MAINTAINER= kirill@solaris.ru COMMENT= GNU All Mobile Management Utilities @@ -19,6 +18,7 @@ USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes WANT_AUTOCONF_VER=259 +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-bluerfsearch CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC" |