diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /comms/gammu | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'comms/gammu')
-rw-r--r-- | comms/gammu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 3040af8518b2..a9cfbb659158 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -14,11 +14,10 @@ MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/older/ \ MAINTAINER= kirill@solaris.ru COMMENT= GNU All Mobile Management Utilities -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf - MAN1= gammu.1 USE_GMAKE= yes GNU_CONFIGURE= yes +WANT_AUTOCONF_VER=253 CONFIGURE_ARGS= --disable-fbuspl2303 |