summaryrefslogtreecommitdiff
path: root/comms/gammu
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-08-01 15:40:25 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-08-01 15:40:25 +0000
commit9d9fca1bb14012d83a9b78b35b0008462241b8ab (patch)
tree7a7e203fde0354e6b81daa4bde0a92394ced1682 /comms/gammu
parentdf80d1fdb51eccae06b9d22bc7ca5908fea28147 (diff)
downloadpkgsrc-9d9fca1bb14012d83a9b78b35b0008462241b8ab.tar.gz
Add unixodbc dependency. Otherwise, the build picks up unixodbc if
installed and fails to find sql.h. Fixes PR pkg/49893. Bump revision.
Diffstat (limited to 'comms/gammu')
-rw-r--r--comms/gammu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index 9f216b191f5..d12e3094d13 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2014/11/23 09:45:57 mef Exp $
+# $NetBSD: Makefile,v 1.13 2015/08/01 15:40:25 bsiegert Exp $
#
.include "Makefile.common"
+PKGREVISION= 1
+
COMMENT= Command line utility and library to work with mobile phones
# cmake tests for it; unclear for what it would be used
@@ -40,6 +42,7 @@ LDFLAGS.SunOS+= -lintl
post-install:
(cd ${DESTDIR}${PREFIX}/share/doc/gammu/manual; ${RM} -r */PaxHeaders*)
+.include "../../databases/unixodbc/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"