diff options
-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" |