diff options
author | Koop Mast <kwm@FreeBSD.org> | 2008-03-25 16:07:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2008-03-25 16:07:17 +0000 |
commit | adfc5c844ac2789f531c4235b11b20e00b33c59a (patch) | |
tree | f96267cb2b595d792bfe3ff19b8d88183314b6dd /databases/libgda3-odbc/Makefile | |
parent | 01861384846ca115ccf42432424086e0240b8650 (diff) |
libgda3:
Correct typo. So libgda3-mdb build.
libgda3-*:
Correct stupid copy-paste error. Point to the correct subdir.
Correct plist for libgda3-freetds
Extra Large Pointyhat awarded to: kwm
Notes
Notes:
svn path=/head/; revision=209793
Diffstat (limited to 'databases/libgda3-odbc/Makefile')
-rw-r--r-- | databases/libgda3-odbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda3-odbc/Makefile b/databases/libgda3-odbc/Makefile index a0f20a363fe9..9e813eb403dd 100644 --- a/databases/libgda3-odbc/Makefile +++ b/databases/libgda3-odbc/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides odbc backend for the libgda3 library MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +BUILD_WRKSRC= ${WRKSRC}/providers/odbc/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist |