diff options
Diffstat (limited to 'databases/mysql41-server')
| -rw-r--r-- | databases/mysql41-server/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 47c0382b801e..f229a60744b5 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -159,12 +159,6 @@ post-patch: post-build: @${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install -.if defined(WITH_OPENSSL) && defined(BUILD_STATIC) -pre-configure: - @${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL." - @${FALSE} -.endif - post-install: .if !defined(PACKAGE_BUILDING) .if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no" @@ -248,4 +242,10 @@ post-patch: post-extract: @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h +.if defined(WITH_OPENSSL) && defined(BUILD_STATIC) +pre-configure: + @${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL." + @${FALSE} +.endif + .include <bsd.port.post.mk> |
