summaryrefslogtreecommitdiff
path: root/databases/poco-data-sqlite
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-06 14:42:16 +0000
committerwiz <wiz>2011-02-06 14:42:16 +0000
commitc8ef4d7153ef1013e49de7c4403ea16d2402c86b (patch)
tree4274bec02764054691a81bf056e0009cface50c2 /databases/poco-data-sqlite
parenta190b39e84d9abfbc79a5d5699b6b547149b1a67 (diff)
downloadpkgsrc-c8ef4d7153ef1013e49de7c4403ea16d2402c86b.tar.gz
Fix path to poco.
Diffstat (limited to 'databases/poco-data-sqlite')
-rw-r--r--databases/poco-data-sqlite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/poco-data-sqlite/Makefile b/databases/poco-data-sqlite/Makefile
index 81953066eaf..2844942e939 100644
--- a/databases/poco-data-sqlite/Makefile
+++ b/databases/poco-data-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/02/06 06:08:07 schnoebe Exp $
+# $NetBSD: Makefile,v 1.3 2011/02/06 14:42:17 wiz Exp $
#
PKGNAME= poco-data-sqlite-${POCO_VERSION}
@@ -6,7 +6,7 @@ CATEGORIES= databases
COMMENT= POCO C++ SQLite RDBMS Accessor libraries
-.include "../../devel/poco/Makefile.common"
+.include "../../databases/poco/Makefile.common"
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --omit=Data/MySQL,Data/ODBC,Zip,XML