aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-04-21 03:27:21 +0800
committertijl <tijl@FreeBSD.org>2015-04-21 03:27:21 +0800
commitad9d7b2d8813e163a7a049a4f98ec4f52e0eaced (patch)
treedfe04f535fa11d7f5a5ee66e1f6acad29fa997ea /databases
parent427785247d2c9559e5acf41ccb52a2a58cd12ba4 (diff)
downloadfreebsd-ports-gnome-ad9d7b2d8813e163a7a049a4f98ec4f52e0eaced.tar.gz
freebsd-ports-gnome-ad9d7b2d8813e163a7a049a4f98ec4f52e0eaced.tar.zst
freebsd-ports-gnome-ad9d7b2d8813e163a7a049a4f98ec4f52e0eaced.zip
Run autoreconf on taocrypt directory first because otherwise some files
aren't updated.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-workbench51/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile
index f1a0eb542a30..f425bb1a339b 100644
--- a/databases/mysql-workbench51/Makefile
+++ b/databases/mysql-workbench51/Makefile
@@ -60,7 +60,7 @@ post-patch:
${WRKSRC}/plugins/db.mysql/backend/db_plugin_be.cpp
pre-configure:
- (cd ${WRKSRC}/ext/yassl && ${LOCALBASE}/bin/autoreconf -f -i)
(cd ${WRKSRC}/ext/yassl/taocrypt && ${LOCALBASE}/bin/autoreconf -f -i)
+ (cd ${WRKSRC}/ext/yassl && ${LOCALBASE}/bin/autoreconf -f -i)
.include <bsd.port.mk>