summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-06 09:03:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-06 09:03:06 +0800
commitf01dd2905f2dd26d8146fac7199201414fbda610 (patch)
tree61287a36f441e8e6a4f4564049f14bce0685c7cb
parent4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738 (diff)
downloadmarcuscom-ports-f01dd2905f2dd26d8146fac7199201414fbda610.tar
marcuscom-ports-f01dd2905f2dd26d8146fac7199201414fbda610.tar.gz
marcuscom-ports-f01dd2905f2dd26d8146fac7199201414fbda610.tar.bz2
marcuscom-ports-f01dd2905f2dd26d8146fac7199201414fbda610.tar.lz
marcuscom-ports-f01dd2905f2dd26d8146fac7199201414fbda610.tar.xz
marcuscom-ports-f01dd2905f2dd26d8146fac7199201414fbda610.tar.zst
marcuscom-ports-f01dd2905f2dd26d8146fac7199201414fbda610.zip
Pet portlint.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10359 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--databases/libgda3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 9c00a9594..fb81dc1d9 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/databases/libgda3/Makefile,v 1.7 2008/02/05 13:06:53 kwm Exp $
#
PORTNAME= libgda3
@@ -49,7 +49,7 @@ PLIST_SUB= VERSION=${PORTVERSION:R}
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
.else
-CONFIGURE_ARGS+= --without-mysql
+CONFIGURE_ARGS+= --without-mysql
.endif
.if ${LIBGDA3_SLAVE}=="postgresql"
@@ -103,7 +103,7 @@ post-patch:
${WRKSRC}/providers/sqlite/sqlite-src/${d}
.endfor
.if !LIBGDA3_SLAVE=="no"
-. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres
+. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres
@${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/|${LOCALBASE}/lib/|g' \
${WRKSRC}/providers/${d}/Makefile.in
. endfor