diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-08-01 15:40:25 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-08-01 15:40:25 +0000 |
commit | d82eea4b010ebe251d73b2ead51d13ea725a0e3d (patch) | |
tree | 7a7e203fde0354e6b81daa4bde0a92394ced1682 /comms/gammu | |
parent | 95ea313f1b92622a004b03a4455f98041ee17ec5 (diff) | |
download | pkgsrc-d82eea4b010ebe251d73b2ead51d13ea725a0e3d.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/Makefile | 5 |
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" |