summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-17 12:03:17 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-17 12:03:17 +0000
commit00e692203d42d4eef31590ffac3a0b871be12984 (patch)
tree213bfd0bc4e8b962fab582a79f582be7837e45f8 /databases
parentAllow compiling with debugging enabled. (diff)
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Notes
Notes: svn path=/head/; revision=94169
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda/Makefile1
-rw-r--r--databases/p5-DBD-ODBC/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index 8bb8656107d0..bc4e7c5710f7 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -19,6 +19,7 @@ COMMENT= Provides uniform access to different kinds of data sources
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo
USE_GMAKE= yes
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile
index dc1eee0bf4fb..1df90d438aab 100644
--- a/databases/p5-DBD-ODBC/Makefile
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= -o ${LOCALBASE}
+USE_REINPLACE= yes
MAN3= DBD::ODBC.3