diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 20:03:17 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 20:03:17 +0800 |
commit | 1c3328e4aad5bea7b79b5d41ef2f3ae539afef54 (patch) | |
tree | c09fbf8c5b4affb24b620e50e69e043f9d66b282 /databases | |
parent | 2be5907dd3c056da46610475e224d1b04b58dbd9 (diff) | |
download | freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.tar.gz freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.tar.zst freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.zip |
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 1 |
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 |