diff options
Diffstat (limited to 'databases/poco-data-sqlite/Makefile')
-rw-r--r-- | databases/poco-data-sqlite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/poco-data-sqlite/Makefile b/databases/poco-data-sqlite/Makefile index d01bfa116cc..81953066eaf 100644 --- a/databases/poco-data-sqlite/Makefile +++ b/databases/poco-data-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/02/06 06:01:15 schnoebe Exp $ +# $NetBSD: Makefile,v 1.2 2011/02/06 06:08:07 schnoebe Exp $ # PKGNAME= poco-data-sqlite-${POCO_VERSION} @@ -6,7 +6,7 @@ CATEGORIES= databases COMMENT= POCO C++ SQLite RDBMS Accessor libraries -.include "../../wip/poco/Makefile.common" +.include "../../devel/poco/Makefile.common" CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --omit=Data/MySQL,Data/ODBC,Zip,XML @@ -31,5 +31,5 @@ do-install: ${PAX} -rw -v -pp include ${DESTDIR}${PREFIX} .include "../../databases/sqlite3/buildlink3.mk" -.include "../../wip/poco-data/buildlink3.mk" +.include "../../databases/poco-data/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |