diff options
author | wiz <wiz> | 2011-02-06 14:44:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-06 14:44:07 +0000 |
commit | 3ca03dc8b6e7ff59ee4a0ca28375925ac6fd0b00 (patch) | |
tree | 94ca7a6955c3f3f4b7479bf3f70dbe1348f7823b /databases/poco-data-sqlite | |
parent | 043f1fedcf278da45a9ca2e17e60109f233832c6 (diff) | |
download | pkgsrc-3ca03dc8b6e7ff59ee4a0ca28375925ac6fd0b00.tar.gz |
Revert braino.
Diffstat (limited to 'databases/poco-data-sqlite')
-rw-r--r-- | databases/poco-data-sqlite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/poco-data-sqlite/Makefile b/databases/poco-data-sqlite/Makefile index 2844942e939..8e06815e021 100644 --- a/databases/poco-data-sqlite/Makefile +++ b/databases/poco-data-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/02/06 14:42:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2011/02/06 14:44:08 wiz Exp $ # PKGNAME= poco-data-sqlite-${POCO_VERSION} @@ -6,7 +6,7 @@ CATEGORIES= databases COMMENT= POCO C++ SQLite RDBMS Accessor libraries -.include "../../databases/poco/Makefile.common" +.include "../../devel/poco/Makefile.common" CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --omit=Data/MySQL,Data/ODBC,Zip,XML |