summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-01 10:35:38 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-01 10:35:38 +0800
commit48acb6df8024a39d4633a39dfc21005ae34d309e (patch)
tree258f473c523fc064e746b3fe48c9d4ee938a1bf6
parentc17869bba941ed49b9e9d0735533a5a7cb904335 (diff)
downloadmarcuscom-ports-48acb6df8024a39d4633a39dfc21005ae34d309e.tar
marcuscom-ports-48acb6df8024a39d4633a39dfc21005ae34d309e.tar.gz
marcuscom-ports-48acb6df8024a39d4633a39dfc21005ae34d309e.tar.bz2
marcuscom-ports-48acb6df8024a39d4633a39dfc21005ae34d309e.tar.lz
marcuscom-ports-48acb6df8024a39d4633a39dfc21005ae34d309e.tar.xz
marcuscom-ports-48acb6df8024a39d4633a39dfc21005ae34d309e.tar.zst
marcuscom-ports-48acb6df8024a39d4633a39dfc21005ae34d309e.zip
Fix one more typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10593 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--databases/libgda3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 84d642f71..e8635da3f 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda3/Makefile,v 1.9 2008/02/26 21:23:34 kwm Exp $
+# $MCom: ports/databases/libgda3/Makefile,v 1.10 2008/03/01 02:24:54 marcus Exp $
#
PORTNAME= libgda3
@@ -104,7 +104,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \
${WRKSRC}/providers/sqlite/sqlite-src/${d}
.endfor
-.if !LIBGDA3_SLAVE=="no"
+.if ${LIBGDA3_SLAVE}!="no"
. 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