summaryrefslogtreecommitdiff
path: root/geography/gama/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2011-10-09 13:37:39 +0000
committergdt <gdt>2011-10-09 13:37:39 +0000
commit2e3fc436cbd0de38fadc969a3a3706aff63044be (patch)
tree2faf3110eefeb53894f13898261e6603bce4cc39 /geography/gama/Makefile
parentebdc497bad0cf82d698cd304dad12231fc890dea (diff)
downloadpkgsrc-2e3fc436cbd0de38fadc969a3a3706aff63044be.tar.gz
Add dependency on sqlite3.
Upstream says that using sqlite3 will become somewhere between normal and the standard approach. Because sqlite3 is small and typically already isntalled on systems where one would want to run gama, just depend on it and don't bother to make it an option. It would be fine with me to make it a default-on option, but I don't think that's worth the complexity.
Diffstat (limited to 'geography/gama/Makefile')
-rw-r--r--geography/gama/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile
index d6f5374b862..2dab8a27d5b 100644
--- a/geography/gama/Makefile
+++ b/geography/gama/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/09/07 23:04:38 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/09 13:37:39 gdt Exp $
#
DISTNAME= gama-1.11
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
@@ -19,5 +20,6 @@ CONFIGURE_ARGS+= --infodir=${PREFIX}/info
INFO_FILES= yes
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"