diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-25 01:11:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-25 01:11:11 +0000 |
commit | e0e6de4597a2079c59edd384a16eb3881a936aeb (patch) | |
tree | fe3bc851ed3dfde56acd924fc5b3a6392f559acc /databases/unixodbc/Makefile | |
parent | e3db9d7b3c856d5e5414d1b7b92b1bc93c1ad1f2 (diff) | |
download | pkgsrc-e0e6de4597a2079c59edd384a16eb3881a936aeb.tar.gz |
bl3ify
Diffstat (limited to 'databases/unixodbc/Makefile')
-rw-r--r-- | databases/unixodbc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile index e9d5ed0588f..3a7391941cc 100644 --- a/databases/unixodbc/Makefile +++ b/databases/unixodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/05/02 11:54:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/25 01:11:11 xtraeme Exp $ PKGNAME= unixodbc-${ODBC_BASE_VERS} PKGREVISION= 2 @@ -30,5 +30,5 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKDIR}/odbcinst.ini ${EGDIR}/odbcinst.ini -.include "../../devel/readline/buildlink2.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |