summaryrefslogtreecommitdiff
path: root/databases/mysql-navigator
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-09-21 04:24:01 +0000
committerWill Andrews <will@FreeBSD.org>2002-09-21 04:24:01 +0000
commit1a55f2b07777695f6a356c471e09677813b053c2 (patch)
treec9cdf2702ac60597173a9072e726f45a91975971 /databases/mysql-navigator
parentUpdate to 1.3.12, which works on KDE3. (diff)
Fix braino: add USE_REINPLACE.
Notes
Notes: svn path=/head/; revision=66965
Diffstat (limited to 'databases/mysql-navigator')
-rw-r--r--databases/mysql-navigator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql-navigator/Makefile b/databases/mysql-navigator/Makefile
index 0fcd62ef16d4..571021c51b81 100644
--- a/databases/mysql-navigator/Makefile
+++ b/databases/mysql-navigator/Makefile
@@ -21,6 +21,7 @@ USE_KDELIBS_VER=3
INSTALLS_SHLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
CONFIGURE_ARGS+=--with-mysql-includes=${LOCALBASE}/include/mysql \
--with-mysql-libraries=${LOCALBASE}/lib/mysql
CONFIGURE_ENV+= MOC="${MOC}" QTDIR="${X11BASE}"