From d82eea4b010ebe251d73b2ead51d13ea725a0e3d Mon Sep 17 00:00:00 2001 From: bsiegert Date: Sat, 1 Aug 2015 15:40:25 +0000 Subject: Add unixodbc dependency. Otherwise, the build picks up unixodbc if installed and fails to find sql.h. Fixes PR pkg/49893. Bump revision. --- comms/gammu/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'comms') 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" -- cgit v1.2.3